Searched defs:DCtx (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp66 LocationOrAnalysisDeclContext DCtx; member in class:__anon1976::DirectIvarAssignment::MethodCrawler
73 Checker(Checker), DCtx(InDCtx) {}
142 AnalysisDeclContext *DCtx = Mgr.getAnalysisDeclContext(M); local
151 DCtx);
203 PathDiagnosticLocation(IvarRef, BR.getSourceManager(), DCtx));
/external/clang/lib/Sema/
H A DIdentifierResolver.cpp136 DeclContext *DCtx = D->getDeclContext()->getRedeclContext(); local
137 return AllowInlineNamespace ? Ctx->InEnclosingNamespaceSetOf(DCtx)
138 : Ctx->Equals(DCtx);
/external/clang/lib/AST/
H A DDeclBase.cpp1375 /// declarations contained within DCtx, which will either be this
1378 void DeclContext::buildLookupImpl(DeclContext *DCtx, bool Internal) { argument
1379 for (Decl *D : DCtx->noload_decls()) {
1389 if (ND->getDeclContext() == DCtx && !shouldBeHidden(ND) &&

Completed in 144 milliseconds