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

/external/clang/tools/libclang/
H A DCursorVisitor.h225 bool VisitObjCInterfaceDecl(ObjCInterfaceDecl *D);
H A DIndexDecl.cpp127 bool VisitObjCInterfaceDecl(const ObjCInterfaceDecl *D) { function in class:__anon5080::IndexingDeclVisitor
H A DCIndex.cpp1064 bool CursorVisitor::VisitObjCInterfaceDecl(ObjCInterfaceDecl *D) { function in class:CursorVisitor
/external/clang/lib/AST/
H A DDeclPrinter.cpp74 void VisitObjCInterfaceDecl(ObjCInterfaceDecl *D);
950 void DeclPrinter::VisitObjCInterfaceDecl(ObjCInterfaceDecl *OID) { function in class:DeclPrinter
H A DASTDumper.cpp234 void VisitObjCInterfaceDecl(const ObjCInterfaceDecl *D);
1190 void ASTDumper::VisitObjCInterfaceDecl(const ObjCInterfaceDecl *D) { function in class:ASTDumper
H A DASTImporter.cpp149 Decl *VisitObjCInterfaceDecl(ObjCInterfaceDecl *D);
3537 Decl *ASTNodeImporter::VisitObjCInterfaceDecl(ObjCInterfaceDecl *D) { function in class:ASTNodeImporter
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp115 void VisitObjCInterfaceDecl(ObjCInterfaceDecl *D);
466 void ASTDeclWriter::VisitObjCInterfaceDecl(ObjCInterfaceDecl *D) { function in class:ASTDeclWriter
H A DASTReaderDecl.cpp281 void VisitObjCInterfaceDecl(ObjCInterfaceDecl *D);
684 void ASTDeclReader::VisitObjCInterfaceDecl(ObjCInterfaceDecl *ID) { function in class:ASTDeclReader

Completed in 76 milliseconds