Home
last modified time | relevance | path

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

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