Searched refs:InterfaceDecl (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DNSAPI.cpp536 bool NSAPI::isSubclassOfNSClass(ObjCInterfaceDecl *InterfaceDecl, argument
538 if (!InterfaceDecl) {
546 IsSubclass = NSClassID == InterfaceDecl->getIdentifier();
551 } while ((InterfaceDecl = InterfaceDecl->getSuperClass()));
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DNSAPI.h227 /// Returns \c true if \p InterfaceDecl is subclass of \p NSClassKind
228 bool isSubclassOfNSClass(ObjCInterfaceDecl *InterfaceDecl,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2757 const auto *InterfaceDecl = cast<ObjCInterfaceDecl>(&Node); local
2758 return Finder->objcClassIsDerivedFrom(InterfaceDecl, Base, Builder,
2775 const auto *InterfaceDecl = cast<ObjCInterfaceDecl>(&Node); local
2776 return Matcher<ObjCInterfaceDecl>(M).matches(*InterfaceDecl, Finder, Builder);
2790 const auto *InterfaceDecl = cast<ObjCInterfaceDecl>(&Node); local
2791 return Matcher<ObjCInterfaceDecl>(M).matches(*InterfaceDecl, Finder, Builder);
2808 const auto *InterfaceDecl = cast<ObjCInterfaceDecl>(&Node); local
2809 return Matcher<ObjCInterfaceDecl>(M).matches(*InterfaceDecl, Finder, Builder);
2842 const auto *InterfaceDecl = cast<ObjCInterfaceDecl>(&Node); local
2843 return Finder->objcClassIsDerivedFrom(InterfaceDecl, Bas
2859 const auto *InterfaceDecl = cast<ObjCInterfaceDecl>(&Node); local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp429 const ObjCInterfaceDecl *InterfaceDecl = CAD->getClassInterface(); local
430 CompatibleAliases[InterfaceDecl].insert(CAD);
835 objcClassHasMatchingCompatibilityAlias(const ObjCInterfaceDecl *InterfaceDecl, argument
838 auto Aliases = CompatibleAliases.find(InterfaceDecl);
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp666 const ObjCInterfaceDecl *InterfaceDecl = TrackedType->getInterfaceDecl(); local
669 Method = InterfaceDecl->lookupInstanceMethod(Sel);
671 Method = InterfaceDecl->lookupClassMethod(Sel);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp717 if (auto *InterfaceDecl = dyn_cast<ObjCInterfaceDecl>(Container)) {
718 PrimaryInterface = InterfaceDecl;
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4759 llvm::DICompositeType *InterfaceDecl = local
4762 auto CurElts = InterfaceDecl->getElements();
4771 DBuilder.replaceArrays(InterfaceDecl, Elements);

Completed in 209 milliseconds