Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2901 bool ValidSourceLoc = R->getLocation().isValid(); in emitReport() local
2902 assert(ValidSourceLoc); in emitReport()
2905 if (!ValidSourceLoc) in emitReport()