HomeSort by: relevance | last modified time | path
    Searched defs:analysisContext (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Analysis/
LiveVariables.cpp 29 AnalysisDeclContext &analysisContext;
51 : analysisContext(ac),
244 LV.analysisContext.getSelfDecl());
363 LV.analysisContext.getReferencedBlockVars(BE->getBlockDecl())) {
489 const CFG *cfg = getImpl(impl).analysisContext.getCFG();
608 for (const CFGBlock *B : *analysisContext.getCFG()) {
LiveVariables.cpp 29 AnalysisDeclContext &analysisContext;
51 : analysisContext(ac),
244 LV.analysisContext.getSelfDecl());
363 LV.analysisContext.getReferencedBlockVars(BE->getBlockDecl())) {
489 const CFG *cfg = getImpl(impl).analysisContext.getCFG();
608 for (const CFGBlock *B : *analysisContext.getCFG()) {

Completed in 43 milliseconds