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

/external/clang/tools/libclang/
H A DCursorVisitor.h227 bool VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D);
H A DIndexDecl.cpp182 bool VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D) { function in class:__anon4848::IndexingDeclVisitor
H A DCIndex.cpp1062 bool CursorVisitor::VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D) { function in class:CursorVisitor
/external/clang/lib/AST/
H A DDeclPrinter.cpp73 void VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D);
947 void DeclPrinter::VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *PID) { function in class:DeclPrinter
H A DASTImporter.cpp150 Decl *VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D);
3374 Decl *ASTNodeImporter::VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D) { function in class:ASTNodeImporter
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp120 void VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D);
597 void ASTDeclWriter::VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D) { function in class:ASTDeclWriter
H A DASTReaderDecl.cpp289 void VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D);
838 void ASTDeclReader::VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D) { function in class:ASTDeclReader

Completed in 1054 milliseconds