Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1794 unsigned SpellRelativeOffs; in associateFileChunkWithMacroArgExp() local
1795 std::tie(SpellFID, SpellRelativeOffs) = getDecomposedLoc(SpellLoc); in associateFileChunkWithMacroArgExp()
1805 CurrSpellLength = SpellFIDSize - SpellRelativeOffs; in associateFileChunkWithMacroArgExp()
1809 Info.getSpellingLoc().getLocWithOffset(SpellRelativeOffs), in associateFileChunkWithMacroArgExp()
1817 unsigned advance = SpellFIDSize - SpellRelativeOffs + 1; in associateFileChunkWithMacroArgExp()
1821 SpellRelativeOffs = 0; in associateFileChunkWithMacroArgExp()