Home
last modified time | relevance | path

Searched refs:genRange (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h206 : K(kind), SM(&sm), Loc(genLocation(L)), Range(genRange()) {} in PathDiagnosticLocation()
212 PathDiagnosticRange genRange(
224 Loc(genLocation(SourceLocation(), lac)), Range(genRange(lac)) { in PathDiagnosticLocation()
232 : K(DeclK), D(d), SM(&sm), Loc(genLocation()), Range(genRange()) { in PathDiagnosticLocation()
242 : SM(&sm), Loc(loc, sm), Range(genRange()) { in PathDiagnosticLocation()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp771 PathDiagnosticLocation::genRange(LocationOrAnalysisDeclContext LAC) const { in genRange() function in PathDiagnosticLocation