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

/external/clang/lib/Basic/
H A DSourceManager.cpp1854 unsigned SpellRelativeOffs; local
1855 std::tie(SpellFID, SpellRelativeOffs) = getDecomposedLoc(SpellLoc);
1865 CurrSpellLength = SpellFIDSize - SpellRelativeOffs;
1869 Info.getSpellingLoc().getLocWithOffset(SpellRelativeOffs),
1877 unsigned advance = SpellFIDSize - SpellRelativeOffs + 1;
1881 SpellRelativeOffs = 0;

Completed in 51 milliseconds