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 303 const DeclContext *CurDC = Contexts[I-1];
304 if (const ObjCCategoryImplDecl *CatImpl = dyn_cast<ObjCCategoryImplDecl>(CurDC))
305 CurDC = CatImpl->getCategoryDecl();
307 if (const ObjCCategoryDecl *Cat = dyn_cast<ObjCCategoryDecl>(CurDC)) {
318 OS << cast<NamedDecl>(CurDC)->getName();
  /external/clang/tools/libclang/
CIndex.cpp 332 DeclContext *CurDC = nullptr;
339 if (isInLexicalContext(D, CurDC))
342 CurDC = dyn_cast<DeclContext>(D);
    [all...]

Completed in 2324 milliseconds