Home
last modified time | relevance | path

Searched refs:getValidSourceLocation (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp497 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/
DPathDiagnostic.cpp478 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/
DPathDiagnostic.h327 getValidSourceLocation(const Stmt *S, LocationOrAnalysisDeclContext LAC,
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp2422 PathDiagnosticLocation::getValidSourceLocation(S, LC), SM); in getLocation()