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();
  /external/clang/tools/libclang/
CIndex.cpp 310 DeclContext *CurDC = 0;
317 if (isInLexicalContext(D, CurDC))
320 CurDC = dyn_cast<DeclContext>(D);
    [all...]

Completed in 59 milliseconds