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 591 return PathDiagnosticLocation(getValidSourceLocation(S, LAC), in createBegin() 602 return PathDiagnosticLocation(getValidSourceLocation(S, LAC, /*End=*/true), in createEnd() 766 return PathDiagnosticLocation(getValidSourceLocation(S, LC), SM); in createEndOfPath() 792 return FullSourceLoc(getValidSourceLocation(S, LAC), in genLocation() 840 SourceLocation L = getValidSourceLocation(S, LAC); in genRange()
|