Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp473 SourceLocation PathDiagnosticLocation::getValidSourceLocation( in getValidSourceLocation() function in PathDiagnosticLocation
586 return PathDiagnosticLocation(getValidSourceLocation(S, LAC), in createBegin()
596 return PathDiagnosticLocation(getValidSourceLocation(S, LAC, /*End=*/true), in createEnd()
755 return FullSourceLoc(getValidSourceLocation(S, LAC), in genLocation()
803 SourceLocation L = getValidSourceLocation(S, LAC); in genRange()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h324 getValidSourceLocation(const Stmt *S, LocationOrAnalysisDeclContext LAC,
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2451 PathDiagnosticLocation::getValidSourceLocation(S, LC), SM); in getLocation()