Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp505 bool CallerIsImplicit = hasImplicitBody(Call->getCaller()); in adjustCallLocations() local
506 if (CallerIsImplicit || !Call->callEnter.asLocation().isValid()) in adjustCallLocations()
508 if (CallerIsImplicit || !Call->callReturn.asLocation().isValid()) in adjustCallLocations()