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

  /external/clang/tools/libclang/
CursorVisitor.h 228 bool VisitObjCInterfaceDecl(ObjCInterfaceDecl *D);
CXIndexDataConsumer.cpp 69 bool VisitObjCInterfaceDecl(const ObjCInterfaceDecl *D) {
    [all...]
CIndex.cpp     [all...]
  /external/clang/lib/CodeGen/
ObjectFilePCHContainerOperations.cpp 94 bool VisitObjCInterfaceDecl(ObjCInterfaceDecl *D) {
  /external/clang/lib/Index/
IndexDecl.cpp 219 bool VisitObjCInterfaceDecl(const ObjCInterfaceDecl *D) {
USRGeneration.cpp 710 VisitObjCInterfaceDecl(OIT->getDecl());
  /external/clang/lib/AST/
DeclPrinter.cpp 83 void VisitObjCInterfaceDecl(ObjCInterfaceDecl *D);
    [all...]
ASTDumper.cpp 489 void VisitObjCInterfaceDecl(const ObjCInterfaceDecl *D);
    [all...]
ASTImporter.cpp 166 Decl *VisitObjCInterfaceDecl(ObjCInterfaceDecl *D);
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 130 void VisitObjCInterfaceDecl(ObjCInterfaceDecl *D);
671 void ASTDeclWriter::VisitObjCInterfaceDecl(ObjCInterfaceDecl *D) {
    [all...]
ASTReaderDecl.cpp 366 void VisitObjCInterfaceDecl(ObjCInterfaceDecl *D);
    [all...]

Completed in 719 milliseconds