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

  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 307 const DeclContext *CurDC = Contexts[I-1];
308 if (const ObjCCategoryImplDecl *CatImpl = dyn_cast<ObjCCategoryImplDecl>(CurDC))
309 CurDC = CatImpl->getCategoryDecl();
311 if (const ObjCCategoryDecl *Cat = dyn_cast<ObjCCategoryDecl>(CurDC)) {
322 OS << cast<NamedDecl>(CurDC)->getName();