Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDNSAPI.cpp522 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()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
HDASTMatchers.h3278 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 …]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDNSAPI.h228 bool isSubclassOfNSClass(ObjCInterfaceDecl *InterfaceDecl,
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDDynamicTypePropagation.cpp755 const ObjCInterfaceDecl *InterfaceDecl = TrackedType->getInterfaceDecl(); in findMethodDecl() local
758 Method = InterfaceDecl->lookupInstanceMethod(Sel); in findMethodDecl()
760 Method = InterfaceDecl->lookupClassMethod(Sel); in findMethodDecl()
/freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/
HDASTMatchFinder.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-13-stable/contrib/llvm-project/clang/lib/Analysis/
HDBodyFarm.cpp763 if (auto *InterfaceDecl = dyn_cast<ObjCInterfaceDecl>(Container)) { in findBackingIvar() local
764 PrimaryInterface = InterfaceDecl; in findBackingIvar()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ExtractAPI/
HDExtractAPIVisitor.h1181 const ObjCInterfaceDecl *InterfaceDecl = Decl->getClassInterface(); in VisitObjCCategoryDecl() local
1182 SymbolReference Interface = createSymbolReferenceForDecl(*InterfaceDecl); in VisitObjCCategoryDecl()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGDebugInfo.cpp6026 llvm::DICompositeType *InterfaceDecl = in finalize() local
6029 auto CurElts = InterfaceDecl->getElements(); in finalize()
6038 DBuilder.replaceArrays(InterfaceDecl, Elements); in finalize()