Home
last modified time | relevance | path

Searched refs:CIMP (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp4020 ObjCCategoryImplDecl *CIMP = CategoryImplementation[i]; in RewriteImplementations() local
4021 ObjCInterfaceDecl *CDecl = CIMP->getClassInterface(); in RewriteImplementations()
4025 RewriteImplementationDecl(CIMP); in RewriteImplementations()
/external/clang/tools/libclang/
DCIndex.cpp4101 if (const ObjCCategoryImplDecl *CIMP = dyn_cast<ObjCCategoryImplDecl>(ND)) in getDeclSpelling() local
4105 return cxstring::createRef(CIMP->getIdentifier()->getNameStart()); in getDeclSpelling()