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 183 bool VisitObjCCategoryImplDecl(const ObjCCategoryImplDecl *D) {
CIndex.cpp     [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp 76 void VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D);
1015 void DeclPrinter::VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *PID) {
    [all...]
ASTDumper.cpp 232 void VisitObjCCategoryImplDecl(const ObjCCategoryImplDecl *D);
    [all...]
ASTImporter.cpp 150 Decl *VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D);
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 121 void VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D);
604 void ASTDeclWriter::VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D) {
    [all...]
ASTReaderDecl.cpp 287 void VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D);
841 void ASTDeclReader::VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D) {
    [all...]

Completed in 43 milliseconds