Searched defs:ParentOfCallee (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp356 const LocationContext *ParentOfCallee = 0; local
437 ParentOfCallee = BlockCtx->getBlockInvocationContext(CallerSFC,
452 if (!ParentOfCallee)
453 ParentOfCallee = CallerSFC;
461 CalleeADC->getStackFrame(ParentOfCallee, CallE,

Completed in 220 milliseconds