Searched refs:getValidSourceLocation (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | PathDiagnostic.cpp | 476 SourceLocation PathDiagnosticLocation::getValidSourceLocation( in getValidSourceLocation() function in PathDiagnosticLocation 589 return PathDiagnosticLocation(getValidSourceLocation(S, LAC), in createBegin() 599 return PathDiagnosticLocation(getValidSourceLocation(S, LAC, /*End=*/true), in createEnd() 758 return FullSourceLoc(getValidSourceLocation(S, LAC), in genLocation() 806 SourceLocation L = getValidSourceLocation(S, LAC); in genRange()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | PathDiagnostic.h | 324 getValidSourceLocation(const Stmt *S, LocationOrAnalysisDeclContext LAC,
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 2465 PathDiagnosticLocation::getValidSourceLocation(S, LC), SM); in getLocation()
|