Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DNSAPI.cpp549 bool NSAPI::isSubclassOfNSClass(ObjCInterfaceDecl *InterfaceDecl, in isSubclassOfNSClass() argument
551 if (!InterfaceDecl) { in isSubclassOfNSClass()
559 IsSubclass = NSClassID == InterfaceDecl->getIdentifier(); in isSubclassOfNSClass()
564 } while ((InterfaceDecl = InterfaceDecl->getSuperClass())); in isSubclassOfNSClass()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3277 const auto *InterfaceDecl = cast<ObjCInterfaceDecl>(&Node); in AST_POLYMORPHIC_MATCHER_P() local
3278 return Finder->objcClassIsDerivedFrom(InterfaceDecl, Base, Builder, in AST_POLYMORPHIC_MATCHER_P()
3295 const auto *InterfaceDecl = cast<ObjCInterfaceDecl>(&Node); variable
3296 return Matcher<ObjCInterfaceDecl>(M).matches(*InterfaceDecl, Finder, Builder);
3350 const auto *InterfaceDecl = cast<ObjCInterfaceDecl>(&Node); variable
3351 return Matcher<ObjCInterfaceDecl>(M).matches(*InterfaceDecl, Finder, Builder);
3368 const auto *InterfaceDecl = cast<ObjCInterfaceDecl>(&Node); variable
3369 return Matcher<ObjCInterfaceDecl>(M).matches(*InterfaceDecl, Finder, Builder);
3402 const auto *InterfaceDecl = cast<ObjCInterfaceDecl>(&Node); variable
3403 return Finder->objcClassIsDerivedFrom(InterfaceDecl, Base, Builder,
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DNSAPI.h228 bool isSubclassOfNSClass(ObjCInterfaceDecl *InterfaceDecl,
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp755 const ObjCInterfaceDecl *InterfaceDecl = TrackedType->getInterfaceDecl(); in findMethodDecl() local
758 Method = InterfaceDecl->lookupInstanceMethod(Sel); in findMethodDecl()
760 Method = InterfaceDecl->lookupClassMethod(Sel); in findMethodDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h1124 const ObjCInterfaceDecl *InterfaceDecl = Decl->getClassInterface(); in VisitObjCCategoryDecl() local
1125 SymbolReference Interface(InterfaceDecl->getName(), in VisitObjCCategoryDecl()
1126 API.recordUSR(InterfaceDecl)); in VisitObjCCategoryDecl()
1130 if (InterfaceDecl->getName() == Interface.second.get()->Name) { in VisitObjCCategoryDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp496 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()
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp5843 llvm::DICompositeType *InterfaceDecl = in finalize() local
5846 auto CurElts = InterfaceDecl->getElements(); in finalize()
5855 DBuilder.replaceArrays(InterfaceDecl, Elements); in finalize()