Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Analysis/
H A DPathDiagnostic.cpp552 if (const Stmt *CallerBody = CallerInfo->getBody()) in getLocationForCaller() local
553 return PathDiagnosticLocation::createEnd(CallerBody, SM, CallerCtx); in getLocationForCaller()