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

  /external/clang/tools/libclang/
CursorVisitor.h 227 bool VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D);
IndexDecl.cpp 187 bool VisitObjCCategoryImplDecl(const ObjCCategoryImplDecl *D) {
CIndex.cpp     [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp 76 void VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D);
1042 void DeclPrinter::VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *PID) {
    [all...]
ASTDumper.cpp 292 void VisitObjCCategoryImplDecl(const ObjCCategoryImplDecl *D);
    [all...]
ASTImporter.cpp 155 Decl *VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D);
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 127 void VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D);
632 void ASTDeclWriter::VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D) {
    [all...]
ASTReaderDecl.cpp 331 void VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D);
    [all...]

Completed in 426 milliseconds