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