Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DDirectIvarAssignment.cpp67 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()
DLocalizationChecker.cpp844 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/
DIdentifierResolver.cpp136 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/
DDeclBase.cpp1334 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/
DDeclBase.h1796 void buildLookupImpl(DeclContext *DCtx, bool Internal);