Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp504 bool CallerIsImplicit = hasImplicitBody(Call->getCaller()); in adjustCallLocations() local
505 if (CallerIsImplicit || !Call->callEnter.asLocation().isValid()) in adjustCallLocations()
507 if (CallerIsImplicit || !Call->callReturn.asLocation().isValid()) in adjustCallLocations()