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 DeclContext *CurDC = Contexts[I-1];
308 if (ObjCCategoryImplDecl *CatImpl = dyn_cast<ObjCCategoryImplDecl>(CurDC))
309 CurDC = CatImpl->getCategoryDecl();
311 if (ObjCCategoryDecl *Cat = dyn_cast<ObjCCategoryDecl>(CurDC)) {
322 OS << cast<NamedDecl>(CurDC)->getName();
  /external/clang/tools/libclang/
CIndex.cpp 291 DeclContext *CurDC = 0;
298 if (isInLexicalContext(D, CurDC))
301 CurDC = dyn_cast<DeclContext>(D);
    [all...]

Completed in 98 milliseconds