Searched refs:DCtx (Results 1 – 4 of 4) sorted by relevance
67 LocationOrAnalysisDeclContext DCtx; member in __anon03b4cdad0111::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()
136 DeclContext *DCtx = D->getDeclContext()->getRedeclContext(); in isDeclInScope() local137 return AllowInlineNamespace ? Ctx->InEnclosingNamespaceSetOf(DCtx) in isDeclInScope()138 : Ctx->Equals(DCtx); in isDeclInScope()
1310 void DeclContext::buildLookupImpl(DeclContext *DCtx, bool Internal) { in buildLookupImpl() argument1311 for (Decl *D : DCtx->noload_decls()) { in buildLookupImpl()1321 if (ND->getDeclContext() == DCtx && !shouldBeHidden(ND) && in buildLookupImpl()
1765 void buildLookupImpl(DeclContext *DCtx, bool Internal);