Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp494 const AnalysisDeclContext *CallerInfo = CallerCtx->getAnalysisDeclContext(); in getLocationForCaller() local
495 if (const Stmt *CallerBody = CallerInfo->getBody()) in getLocationForCaller()
497 return PathDiagnosticLocation::create(CallerInfo->getDecl(), SM); in getLocationForCaller()