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