Home
last modified time | relevance | path

Searched refs:DCtx (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Sema/
DIdentifierResolver.cpp144 DeclContext *DCtx = D->getDeclContext()->getRedeclContext(); in isDeclInScope() local
146 ? Ctx->InEnclosingNamespaceSetOf(DCtx) in isDeclInScope()
147 : Ctx->Equals(DCtx); in isDeclInScope()
/external/clang/lib/AST/
DDeclBase.cpp1134 void DeclContext::buildLookupImpl(DeclContext *DCtx) { in buildLookupImpl() argument
1135 for (decl_iterator I = DCtx->decls_begin(), E = DCtx->decls_end(); in buildLookupImpl()
1143 if (ND->getDeclContext() == DCtx && !shouldBeHidden(ND)) in buildLookupImpl()
/external/clang/include/clang/AST/
DDeclBase.h1547 void buildLookupImpl(DeclContext *DCtx);