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.cpp135 bool VisitObjCInterfaceDecl(const ObjCInterfaceDecl *D) { function in class:__anon19525::IndexingDeclVisitor
H A DCIndex.cpp1080 bool CursorVisitor::VisitObjCInterfaceDecl(ObjCInterfaceDecl *D) { function in class:CursorVisitor
/external/clang/lib/AST/
H A DDeclPrinter.cpp74 void VisitObjCInterfaceDecl(ObjCInterfaceDecl *D);
976 void DeclPrinter::VisitObjCInterfaceDecl(ObjCInterfaceDecl *OID) { function in class:DeclPrinter
H A DASTDumper.cpp294 void VisitObjCInterfaceDecl(const ObjCInterfaceDecl *D);
1377 void ASTDumper::VisitObjCInterfaceDecl(const ObjCInterfaceDecl *D) { function in class:ASTDumper
H A DASTImporter.cpp154 Decl *VisitObjCInterfaceDecl(ObjCInterfaceDecl *D);
3565 Decl *ASTNodeImporter::VisitObjCInterfaceDecl(ObjCInterfaceDecl *D) { function in class:ASTNodeImporter
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp121 void VisitObjCInterfaceDecl(ObjCInterfaceDecl *D);
503 void ASTDeclWriter::VisitObjCInterfaceDecl(ObjCInterfaceDecl *D) { function in class:ASTDeclWriter
H A DASTReaderDecl.cpp325 void VisitObjCInterfaceDecl(ObjCInterfaceDecl *D);
765 void ASTDeclReader::VisitObjCInterfaceDecl(ObjCInterfaceDecl *ID) { function in class:ASTDeclReader

Completed in 219 milliseconds