Searched refs:VisitObjCImplementationDecl (Results 1 - 9 of 9) sorted by relevance

/external/clang/tools/libclang/
H A DCursorVisitor.h231 bool VisitObjCImplementationDecl(ObjCImplementationDecl *D);
H A DCXIndexDataConsumer.cpp79 bool VisitObjCImplementationDecl(const ObjCImplementationDecl *D) { function in class:__anon3357::IndexingDeclVisitor
H A DCIndex.cpp1164 bool CursorVisitor::VisitObjCImplementationDecl(ObjCImplementationDecl *D) { function in class:CursorVisitor
/external/clang/lib/Index/
H A DIndexDecl.cpp248 bool VisitObjCImplementationDecl(const ObjCImplementationDecl *D) { function in class:__anon1410::IndexingDeclVisitor
/external/clang/lib/AST/
H A DDeclPrinter.cpp82 void VisitObjCImplementationDecl(ObjCImplementationDecl *D);
1094 void DeclPrinter::VisitObjCImplementationDecl(ObjCImplementationDecl *OID) { function in class:DeclPrinter
H A DASTDumper.cpp490 void VisitObjCImplementationDecl(const ObjCImplementationDecl *D);
1650 void ASTDumper::VisitObjCImplementationDecl(const ObjCImplementationDecl *D) { function in class:ASTDumper
H A DASTImporter.cpp168 Decl *VisitObjCImplementationDecl(ObjCImplementationDecl *D);
4103 Decl *ASTNodeImporter::VisitObjCImplementationDecl(ObjCImplementationDecl *D) { function in class:ASTNodeImporter
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp137 void VisitObjCImplementationDecl(ObjCImplementationDecl *D);
810 void ASTDeclWriter::VisitObjCImplementationDecl(ObjCImplementationDecl *D) { function in class:ASTDeclWriter
H A DASTReaderDecl.cpp373 void VisitObjCImplementationDecl(ObjCImplementationDecl *D);
1146 void ASTDeclReader::VisitObjCImplementationDecl(ObjCImplementationDecl *D) { function in class:ASTDeclReader

Completed in 1822 milliseconds