Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DNSAPI.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/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.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/contrib/llvm-project/clang/include/clang/AST/
H A DNSAPI.h228 bool isSubclassOfNSClass(ObjCInterfaceDecl *InterfaceDecl,
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h1181 const ObjCInterfaceDecl *InterfaceDecl = Decl->getClassInterface(); in VisitObjCCategoryDecl() local
1182 SymbolReference Interface = createSymbolReferenceForDecl(*InterfaceDecl); in VisitObjCCategoryDecl()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp6026 llvm::DICompositeType *InterfaceDecl = in finalize() local
6029 auto CurElts = InterfaceDecl->getElements(); in finalize()
6038 DBuilder.replaceArrays(InterfaceDecl, Elements); in finalize()