Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DDirectIvarAssignment.cpp67 LocationOrAnalysisDeclContext DCtx; member in __anon3ad9cb6d0111::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()
/external/clang/lib/Sema/
DIdentifierResolver.cpp133 DeclContext *DCtx = D->getDeclContext()->getRedeclContext(); in isDeclInScope() local
134 return AllowInlineNamespace ? Ctx->InEnclosingNamespaceSetOf(DCtx) in isDeclInScope()
135 : Ctx->Equals(DCtx); in isDeclInScope()
/external/clang/lib/AST/
DDeclBase.cpp1261 void DeclContext::buildLookupImpl(DeclContext *DCtx) { in buildLookupImpl() argument
1262 for (decl_iterator I = (DCtx->*Begin)(), E = (DCtx->*End)(); in buildLookupImpl()
1275 if (ND->getDeclContext() == DCtx && !shouldBeHidden(ND) && in buildLookupImpl()
/external/clang/include/clang/AST/
DDeclBase.h1664 void buildLookupImpl(DeclContext *DCtx);