Home
last modified time | relevance | path

Searched refs:VisitObjCInterfaceDecl (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DVisitor.h48 bool VisitObjCInterfaceDecl(const ObjCInterfaceDecl *D);
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h400 void VisitObjCInterfaceDecl(const ObjCInterfaceDecl *D);
H A DJSONNodeDumper.h277 void VisitObjCInterfaceDecl(const ObjCInterfaceDecl *D);
H A DASTNodeTraverser.h770 void VisitObjCInterfaceDecl(const ObjCInterfaceDecl *D) { in VisitObjCInterfaceDecl() function
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DVisitor.cpp166 bool InstallAPIVisitor::VisitObjCInterfaceDecl(const ObjCInterfaceDecl *D) { in VisitObjCInterfaceDecl() function in clang::installapi::InstallAPIVisitor
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h116 bool VisitObjCInterfaceDecl(const ObjCInterfaceDecl *Decl);
1010 bool ExtractAPIVisitorBase<Derived>::VisitObjCInterfaceDecl( in VisitObjCInterfaceDecl() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp93 void VisitObjCInterfaceDecl(ObjCInterfaceDecl *D);
1458 void DeclPrinter::VisitObjCInterfaceDecl(ObjCInterfaceDecl *OID) { in VisitObjCInterfaceDecl() function in DeclPrinter
H A DJSONNodeDumper.cpp1156 void JSONNodeDumper::VisitObjCInterfaceDecl(const ObjCInterfaceDecl *D) { in VisitObjCInterfaceDecl() function in JSONNodeDumper
H A DTextNodeDumper.cpp2777 void TextNodeDumper::VisitObjCInterfaceDecl(const ObjCInterfaceDecl *D) { in VisitObjCInterfaceDecl() function in TextNodeDumper
H A DASTImporter.cpp515 ExpectedDecl VisitObjCInterfaceDecl(ObjCInterfaceDecl *D);
5549 ExpectedDecl ASTNodeImporter::VisitObjCInterfaceDecl(ObjCInterfaceDecl *D) { in VisitObjCInterfaceDecl() function in ASTNodeImporter
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp407 bool VisitObjCInterfaceDecl(const ObjCInterfaceDecl *D) { in VisitObjCInterfaceDecl() function in __anonf10645d10111::IndexingDeclVisitor
H A DUSRGeneration.cpp921 VisitObjCInterfaceDecl(OIT->getDecl()); in VisitType()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp147 void VisitObjCInterfaceDecl(ObjCInterfaceDecl *D);
861 void ASTDeclWriter::VisitObjCInterfaceDecl(ObjCInterfaceDecl *D) { in VisitObjCInterfaceDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp455 void VisitObjCInterfaceDecl(ObjCInterfaceDecl *D);
1285 void ASTDeclReader::VisitObjCInterfaceDecl(ObjCInterfaceDecl *ID) { in VisitObjCInterfaceDecl() function in ASTDeclReader