Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DNSAPI.cpp547 bool NSAPI::isSubclassOfNSClass(ObjCInterfaceDecl *InterfaceDecl, in isSubclassOfNSClass() argument
549 if (!InterfaceDecl) { in isSubclassOfNSClass()
557 IsSubclass = NSClassID == InterfaceDecl->getIdentifier(); in isSubclassOfNSClass()
562 } while ((InterfaceDecl = InterfaceDecl->getSuperClass())); in isSubclassOfNSClass()
/openbsd-src/gnu/llvm/clang/lib/ExtractAPI/
H A DExtractAPIVisitor.cpp379 const ObjCInterfaceDecl *InterfaceDecl = Decl->getClassInterface(); in VisitObjCCategoryDecl() local
380 SymbolReference Interface(InterfaceDecl->getName(), in VisitObjCCategoryDecl()
381 API.recordUSR(InterfaceDecl)); in VisitObjCCategoryDecl()
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3200 const auto *InterfaceDecl = cast<ObjCInterfaceDecl>(&Node); in AST_POLYMORPHIC_MATCHER_P() local
3201 return Finder->objcClassIsDerivedFrom(InterfaceDecl, Base, Builder, in AST_POLYMORPHIC_MATCHER_P()
3218 const auto *InterfaceDecl = cast<ObjCInterfaceDecl>(&Node); variable
3219 return Matcher<ObjCInterfaceDecl>(M).matches(*InterfaceDecl, Finder, Builder);
3273 const auto *InterfaceDecl = cast<ObjCInterfaceDecl>(&Node); variable
3274 return Matcher<ObjCInterfaceDecl>(M).matches(*InterfaceDecl, Finder, Builder);
3291 const auto *InterfaceDecl = cast<ObjCInterfaceDecl>(&Node); variable
3292 return Matcher<ObjCInterfaceDecl>(M).matches(*InterfaceDecl, Finder, Builder);
3325 const auto *InterfaceDecl = cast<ObjCInterfaceDecl>(&Node); variable
3326 return Finder->objcClassIsDerivedFrom(InterfaceDecl, Base, Builder,
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DNSAPI.h228 bool isSubclassOfNSClass(ObjCInterfaceDecl *InterfaceDecl,
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp757 const ObjCInterfaceDecl *InterfaceDecl = TrackedType->getInterfaceDecl(); in findMethodDecl() local
760 Method = InterfaceDecl->lookupInstanceMethod(Sel); in findMethodDecl()
762 Method = InterfaceDecl->lookupClassMethod(Sel); in findMethodDecl()
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp494 const ObjCInterfaceDecl *InterfaceDecl = CAD->getClassInterface(); in VisitObjCCompatibleAliasDecl() local
495 CompatibleAliases[InterfaceDecl].insert(CAD); in VisitObjCCompatibleAliasDecl()
1289 objcClassHasMatchingCompatibilityAlias(const ObjCInterfaceDecl *InterfaceDecl, in objcClassHasMatchingCompatibilityAlias() argument
1292 auto Aliases = CompatibleAliases.find(InterfaceDecl); in objcClassHasMatchingCompatibilityAlias()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DBodyFarm.cpp762 if (auto *InterfaceDecl = dyn_cast<ObjCInterfaceDecl>(Container)) { in findBackingIvar() local
763 PrimaryInterface = InterfaceDecl; in findBackingIvar()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp5669 llvm::DICompositeType *InterfaceDecl = in finalize() local
5672 auto CurElts = InterfaceDecl->getElements(); in finalize()
5681 DBuilder.replaceArrays(InterfaceDecl, Elements); in finalize()