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

  /external/clang/tools/libclang/
IndexDecl.cpp 153 bool VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D) {
CIndex.cpp 306 bool VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D);
    [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp 76 void VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D);
933 void DeclPrinter::VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *PID) {
ASTImporter.cpp 127 Decl *VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D);
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 180 void VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D);
665 void ASTDeclReader::VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D) {
    [all...]
ASTWriterDecl.cpp 118 void VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D);
588 void ASTDeclWriter::VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D) {
    [all...]

Completed in 24 milliseconds