Searched refs:getValidSourceLocation (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/StaticAnalyzer/Core/ |
D | PathDiagnostic.cpp | 497 static SourceLocation getValidSourceLocation(const Stmt* S, in getValidSourceLocation() function 589 return PathDiagnosticLocation(getValidSourceLocation(S, LAC), in createBegin() 599 return PathDiagnosticLocation(getValidSourceLocation(S, LAC, /*End=*/true), in createEnd() 762 return PathDiagnosticLocation(getValidSourceLocation(S, LC), SM); in createEndOfPath() 788 return FullSourceLoc(getValidSourceLocation(S, LAC), in genLocation() 836 SourceLocation L = getValidSourceLocation(S, LAC); in genRange()
|