Searched refs:CallerLCtx (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp181 if (const LocationContext *CallerLCtx = SFC->getParent()) {
190 if (isa<BlockInvocationContext>(CallerLCtx)) {
193 CallerLCtx = CallerLCtx->getParent();
194 assert(!isa<BlockInvocationContext>(CallerLCtx));
197 cast<Expr>(SFC->getCallSite()), State, CallerLCtx,
376 const LocationContext *CallerLCtx = SFC->getParent(); local
377 if (!CallerLCtx) {
385 if (isa<BlockInvocationContext>(CallerLCtx)) {
388 CallerLCtx
[all...]

Completed in 96 milliseconds