Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DDirectIvarAssignment.cpp72 LocationOrAnalysisDeclContext DCtx; member in __anon0271891c0111::DirectIvarAssignment::MethodCrawler
78 : IvarToPropMap(InMap), MD(InMD), InterfD(InID), BR(InBR), DCtx(InDCtx) {} in MethodCrawler()
153 AnalysisDeclContext *DCtx = Mgr.getAnalysisDeclContext(M); in checkASTDecl() local
161 MethodCrawler MC(IvarToPropMap, M->getCanonicalDecl(), InterD, BR, DCtx); in checkASTDecl()
219 DCtx)); in VisitBinaryOperator()
/external/clang/lib/Sema/
DIdentifierResolver.cpp147 DeclContext *DCtx = D->getDeclContext()->getRedeclContext(); in isDeclInScope() local
149 ? Ctx->InEnclosingNamespaceSetOf(DCtx) in isDeclInScope()
150 : Ctx->Equals(DCtx); in isDeclInScope()
/external/clang/lib/AST/
DDeclBase.cpp1182 void DeclContext::buildLookupImpl(DeclContext *DCtx) { in buildLookupImpl() argument
1183 for (decl_iterator I = DCtx->decls_begin(), E = DCtx->decls_end(); in buildLookupImpl()
1191 if (ND->getDeclContext() == DCtx && !shouldBeHidden(ND)) in buildLookupImpl()
/external/clang/include/clang/AST/
DDeclBase.h1546 void buildLookupImpl(DeclContext *DCtx);