HomeSort by relevance Sort by last modified time
    Searched refs:analysisContext (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Analysis/Analyses/
LiveVariables.h 18 #include "clang/Analysis/AnalysisContext.h"
75 static LiveVariables *computeLiveness(AnalysisDeclContext &analysisContext,
98 static LiveVariables *create(AnalysisDeclContext &analysisContext) {
99 return computeLiveness(analysisContext, true);
111 static LiveVariables *create(AnalysisDeclContext &analysisContext) {
112 return computeLiveness(analysisContext, false);
PostOrderCFGView.h 24 #include "clang/Analysis/AnalysisContext.h"
109 static PostOrderCFGView *create(AnalysisDeclContext &analysisContext);
  /external/clang/lib/Analysis/
LiveVariables.cpp 18 #include "clang/Analysis/AnalysisContext.h"
84 AnalysisDeclContext &analysisContext;
105 : analysisContext(ac),
287 LV.analysisContext.getSelfDecl());
362 LV.analysisContext.getReferencedBlockVars(BE->getBlockDecl());
478 const CFG *cfg = getImpl(impl).analysisContext.getCFG();

Completed in 262 milliseconds