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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp228 bool CallerIsImplicit = hasImplicitBody(Call->getCaller()); local
229 if (CallerIsImplicit || !Call->callEnter.asLocation().isValid())
231 if (CallerIsImplicit || !Call->callReturn.asLocation().isValid())

Completed in 65 milliseconds