Searched refs:VisitObjCProtocolDecl (Results 1 - 8 of 8) sorted by relevance

/external/clang/tools/libclang/
H A DCursorVisitor.h223 bool VisitObjCProtocolDecl(ObjCProtocolDecl *PID);
H A DIndexDecl.cpp145 bool VisitObjCProtocolDecl(const ObjCProtocolDecl *D) { function in class:__anon19525::IndexingDeclVisitor
H A DCIndex.cpp1030 bool CursorVisitor::VisitObjCProtocolDecl(ObjCProtocolDecl *PID) { function in class:CursorVisitor
/external/clang/lib/AST/
H A DDeclPrinter.cpp75 void VisitObjCProtocolDecl(ObjCProtocolDecl *D);
1023 void DeclPrinter::VisitObjCProtocolDecl(ObjCProtocolDecl *PID) { function in class:DeclPrinter
H A DASTDumper.cpp293 void VisitObjCProtocolDecl(const ObjCProtocolDecl *D);
1369 void ASTDumper::VisitObjCProtocolDecl(const ObjCProtocolDecl *D) { function in class:ASTDumper
H A DASTImporter.cpp153 Decl *VisitObjCProtocolDecl(ObjCProtocolDecl *D);
3420 Decl *ASTNodeImporter::VisitObjCProtocolDecl(ObjCProtocolDecl *D) { function in class:ASTNodeImporter
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp123 void VisitObjCProtocolDecl(ObjCProtocolDecl *D);
567 void ASTDeclWriter::VisitObjCProtocolDecl(ObjCProtocolDecl *D) { function in class:ASTDeclWriter
H A DASTReaderDecl.cpp327 void VisitObjCProtocolDecl(ObjCProtocolDecl *D);
832 void ASTDeclReader::VisitObjCProtocolDecl(ObjCProtocolDecl *PD) { function in class:ASTDeclReader

Completed in 264 milliseconds