Searched refs:SpellRelativeOffs (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1848 unsigned SpellRelativeOffs; local
1849 std::tie(SpellFID, SpellRelativeOffs) = getDecomposedLoc(SpellLoc);
1859 CurrSpellLength = SpellFIDSize - SpellRelativeOffs;
1863 Info.getSpellingLoc().getLocWithOffset(SpellRelativeOffs),
1871 unsigned advance = SpellFIDSize - SpellRelativeOffs + 1;
1875 SpellRelativeOffs = 0;

Completed in 120 milliseconds