Searched refs:getValidSourceLocation (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | PathDiagnostic.cpp | 536 static SourceLocation getValidSourceLocation(const Stmt* S, in getValidSourceLocation() function 645 return PathDiagnosticLocation(getValidSourceLocation(S, LAC), in createBegin() 655 return PathDiagnosticLocation(getValidSourceLocation(S, LAC, /*End=*/true), in createEnd() 858 return PathDiagnosticLocation(getValidSourceLocation(S, LC), SM); in createEndOfPath() 884 return FullSourceLoc(getValidSourceLocation(S, LAC), in genLocation() 932 SourceLocation L = getValidSourceLocation(S, LAC); in genRange()
|