Searched refs:DCtx (Results 1 - 5 of 5) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
H A D | DirectIvarAssignment.cpp | 67 LocationOrAnalysisDeclContext DCtx; member in class:__anon1662::DirectIvarAssignment::MethodCrawler 74 Checker(Checker), DCtx(InDCtx) {} 143 AnalysisDeclContext *DCtx = Mgr.getAnalysisDeclContext(M); local 152 DCtx); 204 PathDiagnosticLocation(IvarRef, BR.getSourceManager(), DCtx));
|
H A D | LocalizationChecker.cpp | 844 LocationOrAnalysisDeclContext DCtx; 850 : MD(InMD), BR(InBR), Mgr(InMgr), Checker(Checker), DCtx(InDCtx) {} 877 AnalysisDeclContext *DCtx = Mgr.getAnalysisDeclContext(M); 882 MethodCrawler MC(M->getCanonicalDecl(), BR, this, Mgr, DCtx); 983 PathDiagnosticLocation(ME, BR.getSourceManager(), DCtx));
|
/external/clang/lib/Sema/ |
H A D | IdentifierResolver.cpp | 136 DeclContext *DCtx = D->getDeclContext()->getRedeclContext(); local 137 return AllowInlineNamespace ? Ctx->InEnclosingNamespaceSetOf(DCtx) 138 : Ctx->Equals(DCtx);
|
/external/clang/lib/AST/ |
H A D | DeclBase.cpp | 1331 /// declarations contained within DCtx, which will either be this 1334 void DeclContext::buildLookupImpl(DeclContext *DCtx, bool Internal) { argument 1335 for (Decl *D : DCtx->noload_decls()) { 1345 if (ND->getDeclContext() == DCtx && !shouldBeHidden(ND) &&
|
/external/clang/include/clang/AST/ |
H A D | DeclBase.h | 1796 void buildLookupImpl(DeclContext *DCtx, bool Internal);
|
Completed in 166 milliseconds