Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSarif.cpp153 FullSourceLoc EndCharLoc{R.getEnd(), SM}; in createTextRegion() local
157 if (BeginCharLoc == EndCharLoc) { in createTextRegion()
160 Region["endLine"] = EndCharLoc.getExpansionLineNumber(); in createTextRegion()
161 Region["endColumn"] = adjustColumnPos(EndCharLoc); in createTextRegion()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSarifDiagnostics.cpp124 SourceLocation EndCharLoc = in convertTokenRangeToCharRange() local
126 return CharSourceRange::getCharRange(BeginCharLoc, EndCharLoc); in convertTokenRangeToCharRange()