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

  /external/clang/tools/libclang/
CursorVisitor.h 226 bool VisitObjCImplDecl(ObjCImplDecl *D);
CIndex.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 120 void VisitObjCImplDecl(ObjCImplDecl *D);
598 void ASTDeclWriter::VisitObjCImplDecl(ObjCImplDecl *D) {
605 VisitObjCImplDecl(D);
612 VisitObjCImplDecl(D);
    [all...]
ASTReaderDecl.cpp 286 void VisitObjCImplDecl(ObjCImplDecl *D);
836 void ASTDeclReader::VisitObjCImplDecl(ObjCImplDecl *D) {
842 VisitObjCImplDecl(D);
    [all...]

Completed in 284 milliseconds