Searched refs:analysisContext (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DLiveVariables.h72 static LiveVariables *computeLiveness(AnalysisDeclContext &analysisContext,
95 static LiveVariables *create(AnalysisDeclContext &analysisContext) { argument
96 return computeLiveness(analysisContext, true);
108 static LiveVariables *create(AnalysisDeclContext &analysisContext) { argument
109 return computeLiveness(analysisContext, false);
H A DPostOrderCFGView.h109 static PostOrderCFGView *create(AnalysisDeclContext &analysisContext);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DLiveVariables.cpp84 AnalysisDeclContext &analysisContext; member in class:__anon3719::LiveVariablesImpl
104 : analysisContext(ac),
286 LV.analysisContext.getSelfDecl());
359 LV.analysisContext.getReferencedBlockVars(BE->getBlockDecl())) {
473 const CFG *cfg = getImpl(impl).analysisContext.getCFG();

Completed in 59 milliseconds