HomeSort by relevance Sort by last modified time
    Searched refs:CatDecl (Results 1 - 11 of 11) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 816 auto *CatDecl = dyn_cast<ObjCCategoryDecl>(PropDecl->getDeclContext());
819 if (!CatDecl || !CatDecl->IsClassExtension())
823 DeclContext::lookup_result R = CatDecl->getClassInterface()->lookup(ID);
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 564 if (ObjCCategoryDecl *CatDecl = dyn_cast<ObjCCategoryDecl>(D)) {
565 StringRef Name = CatDecl->getName();
    [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaDeclAttr.cpp     [all...]
  /external/clang/lib/AST/
DeclObjC.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]

Completed in 2231 milliseconds