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

  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 41 const StackFrameContext *calleeCtx =
43 const Stmt *CE = calleeCtx->getCallSite();
57 getCXXThisRegion(CCE->getConstructor()->getParent(), calleeCtx);
  /external/clang/include/clang/Analysis/
ProgramPoint.h 340 CallEnter(const Stmt *stmt, const StackFrameContext *calleeCtx,
342 : StmtPoint(stmt, calleeCtx, CallEnterKind, callerCtx, 0) {}

Completed in 6365 milliseconds