Searched refs:DCtx (Results 1 – 4 of 4) sorted by relevance
72 LocationOrAnalysisDeclContext DCtx; member in __anon0271891c0111::DirectIvarAssignment::MethodCrawler78 : IvarToPropMap(InMap), MD(InMD), InterfD(InID), BR(InBR), DCtx(InDCtx) {} in MethodCrawler()153 AnalysisDeclContext *DCtx = Mgr.getAnalysisDeclContext(M); in checkASTDecl() local161 MethodCrawler MC(IvarToPropMap, M->getCanonicalDecl(), InterD, BR, DCtx); in checkASTDecl()219 DCtx)); in VisitBinaryOperator()
147 DeclContext *DCtx = D->getDeclContext()->getRedeclContext(); in isDeclInScope() local149 ? Ctx->InEnclosingNamespaceSetOf(DCtx) in isDeclInScope()150 : Ctx->Equals(DCtx); in isDeclInScope()
1182 void DeclContext::buildLookupImpl(DeclContext *DCtx) { in buildLookupImpl() argument1183 for (decl_iterator I = DCtx->decls_begin(), E = DCtx->decls_end(); in buildLookupImpl()1191 if (ND->getDeclContext() == DCtx && !shouldBeHidden(ND)) in buildLookupImpl()
1546 void buildLookupImpl(DeclContext *DCtx);