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 215 bool VisitObjCImplDecl(ObjCImplDecl *D);
CIndex.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 119 void VisitObjCImplDecl(ObjCImplDecl *D);
590 void ASTDeclWriter::VisitObjCImplDecl(ObjCImplDecl *D) {
597 VisitObjCImplDecl(D);
604 VisitObjCImplDecl(D);
    [all...]
ASTReaderDecl.cpp 287 void VisitObjCImplDecl(ObjCImplDecl *D);
828 void ASTDeclReader::VisitObjCImplDecl(ObjCImplDecl *D) {
834 VisitObjCImplDecl(D);
    [all...]

Completed in 36 milliseconds