Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DSourceManager.cpp1865 unsigned SpellFIDSize = getFileIDSize(SpellFID); in associateFileChunkWithMacroArgExp() local
1866 unsigned SpellFIDEndOffs = SpellFIDBeginOffs + SpellFIDSize; in associateFileChunkWithMacroArgExp()
1871 CurrSpellLength = SpellFIDSize - SpellRelativeOffs; in associateFileChunkWithMacroArgExp()
1883 unsigned advance = SpellFIDSize - SpellRelativeOffs + 1; in associateFileChunkWithMacroArgExp()
/external/llvm-project/clang/lib/Basic/
DSourceManager.cpp1790 unsigned SpellFIDSize = getFileIDSize(SpellFID); in associateFileChunkWithMacroArgExp() local
1791 unsigned SpellFIDEndOffs = SpellFIDBeginOffs + SpellFIDSize; in associateFileChunkWithMacroArgExp()
1796 CurrSpellLength = SpellFIDSize - SpellRelativeOffs; in associateFileChunkWithMacroArgExp()
1808 unsigned advance = SpellFIDSize - SpellRelativeOffs + 1; in associateFileChunkWithMacroArgExp()