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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp66 LocationOrAnalysisDeclContext DCtx; member in class:__anon3556::DirectIvarAssignment::MethodCrawler
72 : IvarToPropMap(InMap), MD(InMD), InterfD(InID), BR(InBR), DCtx(InDCtx) {}
147 AnalysisDeclContext *DCtx = Mgr.getAnalysisDeclContext(M); local
155 MethodCrawler MC(IvarToPropMap, M->getCanonicalDecl(), InterD, BR, DCtx);
213 DCtx));
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DIdentifierResolver.cpp133 DeclContext *DCtx = D->getDeclContext()->getRedeclContext(); local
135 ? Ctx->InEnclosingNamespaceSetOf(DCtx)
136 : Ctx->Equals(DCtx);
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclBase.cpp1210 /// declarations contained within DCtx, which will either be this
1215 void DeclContext::buildLookupImpl(DeclContext *DCtx) { argument
1216 for (decl_iterator I = (DCtx->*Begin)(), E = (DCtx->*End)();
1229 if (ND->getDeclContext() == DCtx && !shouldBeHidden(ND) &&
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclBase.h1640 void buildLookupImpl(DeclContext *DCtx);

Completed in 158 milliseconds