Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DDylibVerifier.h180 bool ValidSourceLoc = true);
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DDylibVerifier.cpp69 bool ValidSourceLoc) { in getAnnotatedName() argument
101 if (ValidSourceLoc) { in getAnnotatedName()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2932 bool ValidSourceLoc = R->getLocation().isValid(); in emitReport() local
2933 assert(ValidSourceLoc); in emitReport()
2936 if (!ValidSourceLoc) in emitReport()