Searched refs:DCtx (Results 1 – 4 of 4) sorted by relevance
67 LocationOrAnalysisDeclContext DCtx; member in __anon3ad9cb6d0111::DirectIvarAssignment::MethodCrawler74 Checker(Checker), DCtx(InDCtx) {} in MethodCrawler()143 AnalysisDeclContext *DCtx = Mgr.getAnalysisDeclContext(M); in checkASTDecl() local152 DCtx); in checkASTDecl()204 PathDiagnosticLocation(IvarRef, BR.getSourceManager(), DCtx)); in VisitBinaryOperator()
133 DeclContext *DCtx = D->getDeclContext()->getRedeclContext(); in isDeclInScope() local134 return AllowInlineNamespace ? Ctx->InEnclosingNamespaceSetOf(DCtx) in isDeclInScope()135 : Ctx->Equals(DCtx); in isDeclInScope()
1261 void DeclContext::buildLookupImpl(DeclContext *DCtx) { in buildLookupImpl() argument1262 for (decl_iterator I = (DCtx->*Begin)(), E = (DCtx->*End)(); in buildLookupImpl()1275 if (ND->getDeclContext() == DCtx && !shouldBeHidden(ND) && in buildLookupImpl()
1664 void buildLookupImpl(DeclContext *DCtx);