Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2709 bool ValidSourceLoc = R->getLocation(getSourceManager()).isValid(); in emitReport() local
2710 assert(ValidSourceLoc); in emitReport()
2713 if (!ValidSourceLoc) in emitReport()