Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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()