HomeSort by relevance Sort by last modified time
    Searched refs:ObjCCategoryImplDecl (Results 1 - 25 of 39) sorted by null

1 2

  /external/clang/lib/AST/
DeclObjC.cpp 741 if (ObjCCategoryImplDecl *ImplD = Ctx.getObjCImplementation(CD))
751 } else if (ObjCCategoryImplDecl *CImplD =
752 dyn_cast<ObjCCategoryImplDecl>(CtxD)) {
777 } else if (ObjCCategoryImplDecl *CImplD =
778 dyn_cast<ObjCCategoryImplDecl>(CtxD)) {
    [all...]
Mangle.cpp 243 if (const ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(CD))
DeclPrinter.cpp 76 void VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D);
297 isa<ObjCCategoryImplDecl>(*D) ||
1042 void DeclPrinter::VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *PID) {
    [all...]
ASTImporter.cpp 155 Decl *VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D);
    [all...]
ASTDumper.cpp 292 void VisitObjCCategoryImplDecl(const ObjCCategoryImplDecl *D);
    [all...]
  /external/clang/lib/CodeGen/
CGObjCRuntime.h 44 class ObjCCategoryImplDecl;
140 virtual void GenerateCategory(const ObjCCategoryImplDecl *OCD) = 0;
CGObjCGNU.cpp 507 void GenerateCategory(const ObjCCategoryImplDecl *CMD) override;
    [all...]
CodeGenModule.h 56 class ObjCCategoryImplDecl;
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCUnusedIVarsChecker.cpp 91 if (const ObjCCategoryImplDecl *CID = Cat->getImplementation())
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 307 if (const ObjCCategoryImplDecl *CatImpl = dyn_cast<ObjCCategoryImplDecl>(CurDC))
SemaDeclObjC.cpp 135 else if (ObjCCategoryImplDecl *CatImpl
136 = dyn_cast<ObjCCategoryImplDecl>(DC))
    [all...]
SemaAccess.cpp     [all...]
SemaExprMember.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/tools/libclang/
CursorVisitor.h 227 bool VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D);
IndexDecl.cpp 187 bool VisitObjCCategoryImplDecl(const ObjCCategoryImplDecl *D) {
IndexingContext.cpp 544 bool IndexingContext::handleObjCCategoryImpl(const ObjCCategoryImplDecl *D) {
821 } else if (const ObjCCategoryImplDecl *
822 CatImplD = dyn_cast<ObjCCategoryImplDecl>(D)) {
    [all...]
IndexingContext.h 415 bool handleObjCCategoryImpl(const ObjCCategoryImplDecl *D);
CIndex.cpp     [all...]
  /external/clang/include/clang/AST/
DeclObjC.h     [all...]
ASTContext.h     [all...]
DeclBase.h 43 class ObjCCategoryImplDecl;
    [all...]
  /external/clang/lib/Index/
USRGeneration.cpp 363 const ObjCCategoryImplDecl *CD = cast<ObjCCategoryImplDecl>(D);
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 110 SmallVector<ObjCCategoryImplDecl *, 8> CategoryImplementation;
331 ObjCCategoryImplDecl *CID);
469 void RewriteObjCCategoryImplDecl(ObjCCategoryImplDecl *CDecl,
    [all...]
RewriteObjC.cpp 109 SmallVector<ObjCCategoryImplDecl *, 8> CategoryImplementation;
277 ObjCCategoryImplDecl *CID);
341 virtual void RewriteObjCCategoryImplDecl(ObjCCategoryImplDecl *CDecl,
544 void RewriteObjCCategoryImplDecl(ObjCCategoryImplDecl *CDecl,
777 ObjCCategoryImplDecl *CID) {
    [all...]

Completed in 1274 milliseconds

1 2