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