Home
last modified time | relevance | path

Searched refs:InterfaceDecl (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DNSAPI.cpp524 bool NSAPI::isSubclassOfNSClass(ObjCInterfaceDecl *InterfaceDecl, in isSubclassOfNSClass() argument
526 if (!InterfaceDecl) { in isSubclassOfNSClass()
534 IsSubclass = NSClassID == InterfaceDecl->getIdentifier(); in isSubclassOfNSClass()
539 } while ((InterfaceDecl = InterfaceDecl->getSuperClass())); in isSubclassOfNSClass()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3371 const auto *InterfaceDecl = cast<ObjCInterfaceDecl>(&Node); in AST_POLYMORPHIC_MATCHER_P() local
3372 return Finder->objcClassIsDerivedFrom(InterfaceDecl, Base, Builder, in AST_POLYMORPHIC_MATCHER_P()
3389 const auto *InterfaceDecl = cast<ObjCInterfaceDecl>(&Node); variable
3390 return Matcher<ObjCInterfaceDecl>(M).matches(*InterfaceDecl, Finder, Builder);
3444 const auto *InterfaceDecl = cast<ObjCInterfaceDecl>(&Node); variable
3445 return Matcher<ObjCInterfaceDecl>(M).matches(*InterfaceDecl, Finder, Builder);
3462 const auto *InterfaceDecl = cast<ObjCInterfaceDecl>(&Node); variable
3463 return Matcher<ObjCInterfaceDecl>(M).matches(*InterfaceDecl, Finder, Builder);
3496 const auto *InterfaceDecl = cast<ObjCInterfaceDecl>(&Node); variable
3497 return Finder->objcClassIsDerivedFrom(InterfaceDecl, Base, Builder,
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DNSAPI.h228 bool isSubclassOfNSClass(ObjCInterfaceDecl *InterfaceDecl,
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp758 const ObjCInterfaceDecl *InterfaceDecl = TrackedType->getInterfaceDecl(); in findMethodDecl() local
761 Method = InterfaceDecl->lookupInstanceMethod(Sel); in findMethodDecl()
763 Method = InterfaceDecl->lookupClassMethod(Sel); in findMethodDecl()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp497 const ObjCInterfaceDecl *InterfaceDecl = CAD->getClassInterface(); in VisitObjCCompatibleAliasDecl() local
498 CompatibleAliases[InterfaceDecl].insert(CAD); in VisitObjCCompatibleAliasDecl()
1323 objcClassHasMatchingCompatibilityAlias(const ObjCInterfaceDecl *InterfaceDecl, in objcClassHasMatchingCompatibilityAlias() argument
1326 auto Aliases = CompatibleAliases.find(InterfaceDecl); in objcClassHasMatchingCompatibilityAlias()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp763 if (auto *InterfaceDecl = dyn_cast<ObjCInterfaceDecl>(Container)) { in findBackingIvar() local
764 PrimaryInterface = InterfaceDecl; in findBackingIvar()
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h1246 const ObjCInterfaceDecl *InterfaceDecl = Decl->getClassInterface(); in VisitObjCCategoryDecl() local
1247 SymbolReference Interface = createSymbolReferenceForDecl(*InterfaceDecl); in VisitObjCCategoryDecl()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp6289 llvm::DICompositeType *InterfaceDecl = in finalize() local
6292 auto CurElts = InterfaceDecl->getElements(); in finalize()
6301 DBuilder.replaceArrays(InterfaceDecl, Elements); in finalize()