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

/external/clang/tools/libclang/
H A DCursorVisitor.h214 bool VisitObjCInterfaceDecl(ObjCInterfaceDecl *D);
H A DIndexDecl.cpp126 bool VisitObjCInterfaceDecl(ObjCInterfaceDecl *D) { function in class:__anon4325::IndexingDeclVisitor
H A DCIndex.cpp1019 bool CursorVisitor::VisitObjCInterfaceDecl(ObjCInterfaceDecl *D) { function in class:CursorVisitor
/external/clang/lib/AST/
H A DDeclPrinter.cpp74 void VisitObjCInterfaceDecl(ObjCInterfaceDecl *D);
896 void DeclPrinter::VisitObjCInterfaceDecl(ObjCInterfaceDecl *OID) { function in class:DeclPrinter
H A DASTImporter.cpp148 Decl *VisitObjCInterfaceDecl(ObjCInterfaceDecl *D);
3342 Decl *ASTNodeImporter::VisitObjCInterfaceDecl(ObjCInterfaceDecl *D) { function in class:ASTNodeImporter
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp114 void VisitObjCInterfaceDecl(ObjCInterfaceDecl *D);
458 void ASTDeclWriter::VisitObjCInterfaceDecl(ObjCInterfaceDecl *D) { function in class:ASTDeclWriter
H A DASTReaderDecl.cpp282 void VisitObjCInterfaceDecl(ObjCInterfaceDecl *D);
675 void ASTDeclReader::VisitObjCInterfaceDecl(ObjCInterfaceDecl *ID) { function in class:ASTDeclReader

Completed in 135 milliseconds