HomeSort by: relevance | last modified time | path
    Searched defs:ObjCIvarRegion (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 1091 class ObjCIvarRegion : public DeclRegion {
1096 ObjCIvarRegion(const ObjCIvarDecl *ivd, const SubRegion *sReg);
1430 const ObjCIvarRegion *getObjCIvarRegion(const ObjCIvarDecl *ivd,
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 163 ObjCIvarRegion::ObjCIvarRegion(const ObjCIvarDecl *ivd, const SubRegion *sReg)
166 const ObjCIvarDecl *ObjCIvarRegion::getDecl() const { return IVD; }
168 QualType ObjCIvarRegion::getValueType() const {
282 void ObjCIvarRegion::ProfileRegion(llvm::FoldingSetNodeID& ID,
290 void ObjCIvarRegion::Profile(llvm::FoldingSetNodeID &ID) const {
507 void ObjCIvarRegion::dumpToStream(raw_ostream &os) const {
624 bool ObjCIvarRegion::canPrintPrettyAsExpr() const {
628 void ObjCIvarRegion::printPrettyAsExpr(raw_ostream &os) const {
1144 const ObjCIvarRegion*
    [all...]

Completed in 16 milliseconds