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

  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 707 if (CalleeCtx->getTranslationUnit() !=
715 idx::TranslationUnit *TU = CalleeCtx->getTranslationUnit();
728 AnalysisContext *NewAnaCtx = AMgr.getAnalysisContext(CalleeCtx->getDecl(),
729 CalleeCtx->getTranslationUnit());
730 const StackFrameContext *OldLocCtx = CalleeCtx;
747 const CFGBlock *Entry = &(CalleeCtx->getCFG()->getEntry());
755 BlockEdge Loc(Entry, SuccB, CalleeCtx);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 600 const StackFrameContext *CalleeCtx;
612 : Eng(eng), Pred(pred), CE(s), CalleeCtx(callee), Block(blk), Index(idx) {}
622 const StackFrameContext *getCalleeContext() const { return CalleeCtx; }

Completed in 209 milliseconds