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

1 2

  /external/clang/lib/AST/
DeclObjC.cpp 424 if (ObjCCategoryImplDecl *ImplD = Ctx.getObjCImplementation(CD))
432 } else if (ObjCCategoryImplDecl *CImplD =
433 dyn_cast<ObjCCategoryImplDecl>(CtxD)) {
456 } else if (ObjCCategoryImplDecl *CImplD =
457 dyn_cast<ObjCCategoryImplDecl>(CtxD)) {
735 if (ObjCCategoryImplDecl *Impl = Category->getImplementation())
744 if (ObjCCategoryImplDecl *Impl = Category->getImplementation())
    [all...]
Mangle.cpp 124 if (const ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(CD))
DeclPrinter.cpp 76 void VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D);
286 isa<ObjCCategoryImplDecl>(*D) ||
933 void DeclPrinter::VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *PID) {
DumpXML.cpp 795 // ObjCCategoryImplDecl
796 void visitObjCCategoryImplDeclAttrs(ObjCCategoryImplDecl *D) {
799 void visitObjCCategoryImplDeclChildren(ObjCCategoryImplDecl *D) {
ASTImporter.cpp 127 Decl *VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D);
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCRuntime.h 45 class ObjCCategoryImplDecl;
138 virtual void GenerateCategory(const ObjCCategoryImplDecl *OCD) = 0;
CodeGenModule.h 51 class ObjCCategoryImplDecl;
    [all...]
CGObjCGNU.cpp 467 virtual void GenerateCategory(const ObjCCategoryImplDecl *CMD);
    [all...]
CGObjCMac.cpp     [all...]
CGObjC.cpp 234 bool isCategoryImpl = isa<ObjCCategoryImplDecl>(OMD->getDeclContext());
278 bool isCategory = isa<ObjCCategoryImplDecl>(impl);
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCUnusedIVarsChecker.cpp 85 if (const ObjCCategoryImplDecl *CID = CD->getImplementation())
  /external/clang/include/clang/AST/
DeclObjC.h     [all...]
ASTContext.h     [all...]
DeclBase.h 38 class ObjCCategoryImplDecl;
    [all...]
  /external/clang/tools/libclang/
IndexDecl.cpp 153 bool VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D) {
CIndexUSRs.cpp 349 ObjCCategoryImplDecl *CD = cast<ObjCCategoryImplDecl>(D);
IndexingContext.cpp 535 } else if (const ObjCCategoryImplDecl *
536 CatImplD = dyn_cast<ObjCCategoryImplDecl>(D)) {
CIndex.cpp 306 bool VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D);
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 133 else if (ObjCCategoryImplDecl *CatImpl
134 = dyn_cast<ObjCCategoryImplDecl>(DC))
789 /// category implementation declaration and build an ObjCCategoryImplDecl
808 ObjCCategoryImplDecl *CDecl =
809 ObjCCategoryImplDecl::Create(Context, CurContext, CatName, IDecl,
    [all...]
SemaObjCProperty.cpp 535 ObjCCategoryImplDecl* CatImplClass = 0;
567 } else if ((CatImplClass = dyn_cast<ObjCCategoryImplDecl>(ClassImpDecl))) {
    [all...]
SemaExprMember.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/lib/Rewrite/
RewriteObjC.cpp 71 SmallVector<ObjCCategoryImplDecl *, 8> CategoryImplementation;
256 ObjCCategoryImplDecl *CID);
337 void RewriteObjCCategoryImplDecl(ObjCCategoryImplDecl *CDecl,
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 180 void VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D);
665 void ASTDeclReader::VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D) {
    [all...]

Completed in 1296 milliseconds

1 2