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

/external/clang/lib/Basic/
H A DSourceManager.cpp1853 unsigned SpellRelativeOffs; local
1854 std::tie(SpellFID, SpellRelativeOffs) = getDecomposedLoc(SpellLoc);
1864 CurrSpellLength = SpellFIDSize - SpellRelativeOffs;
1868 Info.getSpellingLoc().getLocWithOffset(SpellRelativeOffs),
1876 unsigned advance = SpellFIDSize - SpellRelativeOffs + 1;
1880 SpellRelativeOffs = 0;

Completed in 29 milliseconds