Home
last modified time | relevance | path

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

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