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

/external/clang/tools/libclang/
H A DCursorVisitor.h225 bool VisitObjCInterfaceDecl(ObjCInterfaceDecl *D);
H A DIndexDecl.cpp126 bool VisitObjCInterfaceDecl(ObjCInterfaceDecl *D) { function in class:__anon4848::IndexingDeclVisitor
H A DCIndex.cpp1036 bool CursorVisitor::VisitObjCInterfaceDecl(ObjCInterfaceDecl *D) { function in class:CursorVisitor
/external/clang/lib/AST/
H A DDeclPrinter.cpp71 void VisitObjCInterfaceDecl(ObjCInterfaceDecl *D);
895 void DeclPrinter::VisitObjCInterfaceDecl(ObjCInterfaceDecl *OID) { function in class:DeclPrinter
H A DASTImporter.cpp149 Decl *VisitObjCInterfaceDecl(ObjCInterfaceDecl *D);
3323 Decl *ASTNodeImporter::VisitObjCInterfaceDecl(ObjCInterfaceDecl *D) { function in class:ASTNodeImporter
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp114 void VisitObjCInterfaceDecl(ObjCInterfaceDecl *D);
460 void ASTDeclWriter::VisitObjCInterfaceDecl(ObjCInterfaceDecl *D) { function in class:ASTDeclWriter
H A DASTReaderDecl.cpp283 void VisitObjCInterfaceDecl(ObjCInterfaceDecl *D);
681 void ASTDeclReader::VisitObjCInterfaceDecl(ObjCInterfaceDecl *ID) { function in class:ASTDeclReader

Completed in 230 milliseconds