Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp265 bool CallerIsImplicit = hasImplicitBody(Call->getCaller()); in adjustCallLocations() local
266 if (CallerIsImplicit || !Call->callEnter.asLocation().isValid()) in adjustCallLocations()
268 if (CallerIsImplicit || !Call->callReturn.asLocation().isValid()) in adjustCallLocations()