Home
last modified time | relevance | path

Searched refs:CallLocationContext (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp521 const auto *CallLocationContext = this->getLocationContext(); in getCaller() local
522 if (!CallLocationContext || CallLocationContext->inTopFrame()) in getCaller()
525 const auto *CallStackFrameContext = CallLocationContext->getStackFrame(); in getCaller()