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

/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp3262 bool ValidSourceLoc = R->getLocation(getSourceManager()).isValid(); local
3263 assert(ValidSourceLoc);
3266 if (!ValidSourceLoc)

Completed in 111 milliseconds