Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DPathDiagnostic.cpp476 SourceLocation PathDiagnosticLocation::getValidSourceLocation( in getValidSourceLocation() function in PathDiagnosticLocation
587 return PathDiagnosticLocation(getValidSourceLocation(S, LAC), in createBegin()
597 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()
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DPathDiagnostic.h324 getValidSourceLocation(const Stmt *S, LocationOrAnalysisDeclContext LAC,
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2447 PathDiagnosticLocation::getValidSourceLocation(S, LC), SM); in getLocation()