Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDDirectIvarAssignment.cpp67 LocationOrAnalysisDeclContext DCtx; member in __anon03b4cdad0111::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()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDIdentifierResolver.cpp136 DeclContext *DCtx = D->getDeclContext()->getRedeclContext(); in isDeclInScope() local
137 return AllowInlineNamespace ? Ctx->InEnclosingNamespaceSetOf(DCtx) in isDeclInScope()
138 : Ctx->Equals(DCtx); in isDeclInScope()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDeclBase.cpp1310 void DeclContext::buildLookupImpl(DeclContext *DCtx, bool Internal) { in buildLookupImpl() argument
1311 for (Decl *D : DCtx->noload_decls()) { in buildLookupImpl()
1321 if (ND->getDeclContext() == DCtx && !shouldBeHidden(ND) && in buildLookupImpl()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclBase.h1765 void buildLookupImpl(DeclContext *DCtx, bool Internal);