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

  /external/clang/tools/libclang/
CursorVisitor.h 216 bool VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D);
IndexDecl.cpp 169 bool VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D) {
CIndex.cpp     [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp 76 void VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D);
948 void DeclPrinter::VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *PID) {
    [all...]
ASTImporter.cpp 149 Decl *VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D);
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 120 void VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D);
596 void ASTDeclWriter::VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D) {
    [all...]
ASTReaderDecl.cpp 288 void VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D);
833 void ASTDeclReader::VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D) {
    [all...]

Completed in 1099 milliseconds