Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCursorVisitor.h229 bool VisitObjCInterfaceDecl(ObjCInterfaceDecl *D);
H A DCXIndexDataConsumer.cpp68 bool VisitObjCInterfaceDecl(const ObjCInterfaceDecl *D) { in VisitObjCInterfaceDecl() function in __anone67901630111::IndexingDeclVisitor
H A DCIndex.cpp1163 bool CursorVisitor::VisitObjCInterfaceDecl(ObjCInterfaceDecl *D) { in VisitObjCInterfaceDecl() function in CursorVisitor
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp91 bool VisitObjCInterfaceDecl(ObjCInterfaceDecl *D) { in VisitObjCInterfaceDecl() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTextNodeDumper.h364 void VisitObjCInterfaceDecl(const ObjCInterfaceDecl *D);
H A DJSONNodeDumper.h258 void VisitObjCInterfaceDecl(const ObjCInterfaceDecl *D);
H A DASTNodeTraverser.h629 void VisitObjCInterfaceDecl(const ObjCInterfaceDecl *D) { in VisitObjCInterfaceDecl() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclPrinter.cpp91 void VisitObjCInterfaceDecl(ObjCInterfaceDecl *D);
1345 void DeclPrinter::VisitObjCInterfaceDecl(ObjCInterfaceDecl *OID) { in VisitObjCInterfaceDecl() function in DeclPrinter
H A DJSONNodeDumper.cpp981 void JSONNodeDumper::VisitObjCInterfaceDecl(const ObjCInterfaceDecl *D) { in VisitObjCInterfaceDecl() function in JSONNodeDumper
H A DTextNodeDumper.cpp2202 void TextNodeDumper::VisitObjCInterfaceDecl(const ObjCInterfaceDecl *D) { in VisitObjCInterfaceDecl() function in TextNodeDumper
H A DASTImporter.cpp524 ExpectedDecl VisitObjCInterfaceDecl(ObjCInterfaceDecl *D);
4906 ExpectedDecl ASTNodeImporter::VisitObjCInterfaceDecl(ObjCInterfaceDecl *D) { in VisitObjCInterfaceDecl() function in ASTNodeImporter
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexDecl.cpp392 bool VisitObjCInterfaceDecl(const ObjCInterfaceDecl *D) { in VisitObjCInterfaceDecl() function in __anon2e397e1c0111::IndexingDeclVisitor
H A DUSRGeneration.cpp838 VisitObjCInterfaceDecl(OIT->getDecl()); in VisitType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp140 void VisitObjCInterfaceDecl(ObjCInterfaceDecl *D);
746 void ASTDeclWriter::VisitObjCInterfaceDecl(ObjCInterfaceDecl *D) { in VisitObjCInterfaceDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp437 void VisitObjCInterfaceDecl(ObjCInterfaceDecl *D);
1153 void ASTDeclReader::VisitObjCInterfaceDecl(ObjCInterfaceDecl *ID) { in VisitObjCInterfaceDecl() function in ASTDeclReader