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

References

tools/clang/lib/ARCMigrate/ObjCMT.cpp
 1045       IDecl = CatDecl->getClassInterface();
 1316       IDecl = CatDecl->getClassInterface();
tools/clang/lib/AST/ASTImporter.cpp
 4046   if (Error Err = importInto(ToInterface, D->getClassInterface()))
 4682             Importer.Import(D->getIdentifier()), Category->getClassInterface(),
tools/clang/lib/AST/DeclObjC.cpp
 1147     return CD->getClassInterface();
 1774         ID = cast<ObjCCategoryDecl>(DC)->getClassInterface();
tools/clang/lib/AST/DeclPrinter.cpp
 1420   Out << "@interface " << *PID->getClassInterface();
tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
  862         CDecl = CatDecl->getClassInterface();
 7239         DefinedNonLazyCategories[i]->getClassInterface()->getNameAsString();
 7504             CDecl = CatDecl->getClassInterface();
tools/clang/lib/Sema/SemaCodeComplete.cpp
 6284       Class = Category->getClassInterface();
 6310       Class = Category->getClassInterface();
 7347                 ->getClassInterface();
 7473     if (InOriginalClass && Category->getClassInterface())
 7474       FindImplementableMethods(Context, Category->getClassInterface(),
 8306         IFace = Category->getClassInterface();
tools/clang/lib/Sema/SemaDecl.cpp
16414       Context.ResetObjCLayout(cast<ObjCCategoryDecl>(DC)->getClassInterface());
16822       ObjCInterfaceDecl *IDecl = CDecl->getClassInterface();
tools/clang/lib/Sema/SemaDeclAttr.cpp
 5211     IFace = CatDecl->getClassInterface();
tools/clang/lib/Sema/SemaDeclObjC.cpp
  152         CurrentClass = Cat->getClassInterface();
  450           if (ObjCInterfaceDecl *OID = CD->getClassInterface())
 2681   ObjCInterfaceDecl *IDecl = C ? C->getClassInterface()
 2917   ObjCInterfaceDecl *IDecl = CatDecl->getClassInterface();
 3818       IntfDecl = CategoryDecl->getClassInterface();
 3972       ObjCInterfaceDecl *CCPrimary = C->getClassInterface();
 4256       if (ObjCInterfaceDecl *Interface = category->getClassInterface())
 4719       CurrentClass = Cat->getClassInterface();
tools/clang/lib/Sema/SemaExprMember.cpp
 1368           D = Category->getClassInterface();
tools/clang/lib/Sema/SemaObjCProperty.cpp
  401     OldContextName = Category->getClassInterface()->getIdentifier();
  430   ObjCInterfaceDecl *CCPrimary = CDecl->getClassInterface();
 1024   auto OrigClass = Category->getClassInterface();
 1991       if ((IDecl = C->getClassInterface())) {
 2053     if ((PrimaryClass = C->getClassInterface()))
 2528       CurrentClass = Cat->getClassInterface();
tools/clang/lib/Serialization/ASTWriterDecl.cpp
  817   Record.AddDeclRef(D->getClassInterface());
tools/clang/tools/libclang/CIndex.cpp
 1069   if (Visit(MakeCursorObjCClassRef(ND->getClassInterface(), ND->getLocation(),
 1109   ObjCInterfaceDecl *ID = CDecl->getClassInterface();