Searched refs:InterfaceDecl (Results 1 – 8 of 8) sorted by relevance
| /src/contrib/llvm-project/clang/lib/AST/ |
| H A D | NSAPI.cpp | 522 bool NSAPI::isSubclassOfNSClass(ObjCInterfaceDecl *InterfaceDecl, in isSubclassOfNSClass() argument 524 if (!InterfaceDecl) { in isSubclassOfNSClass() 532 IsSubclass = NSClassID == InterfaceDecl->getIdentifier(); in isSubclassOfNSClass() 537 } while ((InterfaceDecl = InterfaceDecl->getSuperClass())); in isSubclassOfNSClass()
|
| /src/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 3278 const auto *InterfaceDecl = cast<ObjCInterfaceDecl>(&Node); in AST_POLYMORPHIC_MATCHER_P() local 3279 return Finder->objcClassIsDerivedFrom(InterfaceDecl, Base, Builder, in AST_POLYMORPHIC_MATCHER_P() 3296 const auto *InterfaceDecl = cast<ObjCInterfaceDecl>(&Node); variable 3297 return Matcher<ObjCInterfaceDecl>(M).matches(*InterfaceDecl, Finder, Builder); 3351 const auto *InterfaceDecl = cast<ObjCInterfaceDecl>(&Node); variable 3352 return Matcher<ObjCInterfaceDecl>(M).matches(*InterfaceDecl, Finder, Builder); 3369 const auto *InterfaceDecl = cast<ObjCInterfaceDecl>(&Node); variable 3370 return Matcher<ObjCInterfaceDecl>(M).matches(*InterfaceDecl, Finder, Builder); 3403 const auto *InterfaceDecl = cast<ObjCInterfaceDecl>(&Node); variable 3404 return Finder->objcClassIsDerivedFrom(InterfaceDecl, Base, Builder, [all …]
|
| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | NSAPI.h | 228 bool isSubclassOfNSClass(ObjCInterfaceDecl *InterfaceDecl,
|
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DynamicTypePropagation.cpp | 755 const ObjCInterfaceDecl *InterfaceDecl = TrackedType->getInterfaceDecl(); in findMethodDecl() local 758 Method = InterfaceDecl->lookupInstanceMethod(Sel); in findMethodDecl() 760 Method = InterfaceDecl->lookupClassMethod(Sel); in findMethodDecl()
|
| /src/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchFinder.cpp | 496 const ObjCInterfaceDecl *InterfaceDecl = CAD->getClassInterface(); in VisitObjCCompatibleAliasDecl() local 497 CompatibleAliases[InterfaceDecl].insert(CAD); in VisitObjCCompatibleAliasDecl() 1300 objcClassHasMatchingCompatibilityAlias(const ObjCInterfaceDecl *InterfaceDecl, in objcClassHasMatchingCompatibilityAlias() argument 1303 auto Aliases = CompatibleAliases.find(InterfaceDecl); in objcClassHasMatchingCompatibilityAlias()
|
| /src/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | BodyFarm.cpp | 763 if (auto *InterfaceDecl = dyn_cast<ObjCInterfaceDecl>(Container)) { in findBackingIvar() local 764 PrimaryInterface = InterfaceDecl; in findBackingIvar()
|
| /src/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
| H A D | ExtractAPIVisitor.h | 1181 const ObjCInterfaceDecl *InterfaceDecl = Decl->getClassInterface(); in VisitObjCCategoryDecl() local 1182 SymbolReference Interface = createSymbolReferenceForDecl(*InterfaceDecl); in VisitObjCCategoryDecl()
|
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 6026 llvm::DICompositeType *InterfaceDecl = in finalize() local 6029 auto CurElts = InterfaceDecl->getElements(); in finalize() 6038 DBuilder.replaceArrays(InterfaceDecl, Elements); in finalize()
|