Searched refs:getValidSourceLocation (Results 1 – 4 of 4) 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()
|
/external/llvm-project/clang/lib/Analysis/ |
D | PathDiagnostic.cpp | 478 SourceLocation PathDiagnosticLocation::getValidSourceLocation( in getValidSourceLocation() function in PathDiagnosticLocation 589 return PathDiagnosticLocation(getValidSourceLocation(S, LAC), in createBegin() 599 return PathDiagnosticLocation(getValidSourceLocation(S, LAC, /*End=*/true), in createEnd() 756 return FullSourceLoc(getValidSourceLocation(S, LAC), in genLocation() 804 SourceLocation L = getValidSourceLocation(S, LAC); in genRange()
|
/external/llvm-project/clang/include/clang/Analysis/ |
D | PathDiagnostic.h | 327 getValidSourceLocation(const Stmt *S, LocationOrAnalysisDeclContext LAC,
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | BugReporter.cpp | 2422 PathDiagnosticLocation::getValidSourceLocation(S, LC), SM); in getLocation()
|