HomeSort by relevance Sort by last modified time
    Searched defs:VisitObjCInterfaceDecl (Results 1 - 7 of 7) sorted by null

  /external/clang/tools/libclang/
IndexDecl.cpp 135 bool VisitObjCInterfaceDecl(const ObjCInterfaceDecl *D) {
CIndex.cpp     [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp 74 void VisitObjCInterfaceDecl(ObjCInterfaceDecl *D);
999 void DeclPrinter::VisitObjCInterfaceDecl(ObjCInterfaceDecl *OID) {
    [all...]
ASTDumper.cpp 469 void VisitObjCInterfaceDecl(const ObjCInterfaceDecl *D);
    [all...]
ASTImporter.cpp 156 Decl *VisitObjCInterfaceDecl(ObjCInterfaceDecl *D);
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 121 void VisitObjCInterfaceDecl(ObjCInterfaceDecl *D);
573 void ASTDeclWriter::VisitObjCInterfaceDecl(ObjCInterfaceDecl *D) {
    [all...]
ASTReaderDecl.cpp 356 void VisitObjCInterfaceDecl(ObjCInterfaceDecl *D);
    [all...]

Completed in 916 milliseconds