Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Basic/
H A DSarif.cpp153 FullSourceLoc LastTokenLoc{R.getEnd(), SM}; in createTextRegion() local
156 {"endColumn", adjustColumnPos(LastTokenLoc)}}; in createTextRegion()
157 if (FirstTokenLoc != LastTokenLoc) { in createTextRegion()
158 Region["endLine"] = LastTokenLoc.getExpansionLineNumber(); in createTextRegion()