Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp471 SourceLocation PathDiagnosticLocation::getValidSourceLocation( in getValidSourceLocation() function in PathDiagnosticLocation
584 return PathDiagnosticLocation(getValidSourceLocation(S, LAC), in createBegin()
594 return PathDiagnosticLocation(getValidSourceLocation(S, LAC, /*End=*/true), in createEnd()
753 return FullSourceLoc(getValidSourceLocation(S, LAC), in genLocation()
801 SourceLocation L = getValidSourceLocation(S, LAC); in genRange()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h324 getValidSourceLocation(const Stmt *S, LocationOrAnalysisDeclContext LAC,
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2508 PathDiagnosticLocation::getValidSourceLocation(S, LC), SM); in getLocation()