Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2898 bool ValidSourceLoc = R->getLocation().isValid(); in emitReport() local
2899 assert(ValidSourceLoc); in emitReport()
2902 if (!ValidSourceLoc) in emitReport()