reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Sema/Sema.h
11523       DC = CatD->getClassInterface();
tools/clang/lib/AST/ASTContext.cpp
  583       if (const ObjCInterfaceDecl *IC = CD->getClassInterface())
 2648     return CD->getClassInterface();
tools/clang/lib/AST/DeclObjC.cpp
 1266     const ObjCInterfaceDecl *ID = CatD->getClassInterface();
 1342       ClassDecl = Category->getClassInterface();
 1802     return CD->getClassInterface();
tools/clang/lib/AST/JSONNodeDumper.cpp
  935   JOS.attribute("interface", createBareDeclRef(D->getClassInterface()));
tools/clang/lib/AST/TextNodeDumper.cpp
 1850   dumpDeclRef(D->getClassInterface());
tools/clang/lib/AST/Type.cpp
 1472     dcClassDecl = dcCategoryDecl->getClassInterface();
tools/clang/lib/Analysis/BodyFarm.cpp
  720     PrimaryInterface = CategoryDecl->getClassInterface();
tools/clang/lib/CodeGen/CGDebugInfo.cpp
  289       OS << OC->getClassInterface()->getName();
tools/clang/lib/Index/IndexDecl.cpp
  457     const ObjCInterfaceDecl *C = D->getClassInterface();
tools/clang/lib/Index/IndexSymbol.cpp
  209         ClsD = CatD->getClassInterface();
tools/clang/lib/Index/USRGeneration.cpp
  427       const ObjCInterfaceDecl *ID = CD->getClassInterface();
tools/clang/lib/Sema/CodeCompleteConsumer.cpp
  399         const ObjCInterfaceDecl *Interface = Cat->getClassInterface();
tools/clang/lib/Sema/SemaDeclAttr.cpp
 7655       if (const ObjCInterfaceDecl *Interface = CatD->getClassInterface())
tools/clang/lib/Sema/SemaDeclObjC.cpp
  306       if (!CD->getClassInterface()->isDeprecated())
  308       ND = CD->getClassInterface();
 4206       if (const ObjCInterfaceDecl *Interface = Category->getClassInterface())
tools/clang/lib/Sema/SemaObjCProperty.cpp
 2338         GetterMethod = IsClassProperty ? CatDecl->getClassInterface()->
 2340                        CatDecl->getClassInterface()->
 2349         SetterMethod = IsClassProperty ? CatDecl->getClassInterface()->
 2351                        CatDecl->getClassInterface()->
tools/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
  819   DeclContext::lookup_result R = CatDecl->getClassInterface()->lookup(ID);
tools/clang/lib/StaticAnalyzer/Checkers/ObjCPropertyChecker.cpp
   61     ImplD = CatD->getClassInterface()->getImplementation();
tools/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
  717         OS << OC->getClassInterface()->getName();
tools/clang/tools/libclang/CXIndexDataConsumer.cpp
  747   const ObjCInterfaceDecl *IFaceD = D->getClassInterface();
  780   const ObjCInterfaceDecl *IFaceD = CatD->getClassInterface();