Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DSourceManager.cpp1859 FileID SpellFID; // Current FileID in the spelling range. in associateFileChunkWithMacroArgExp() local
1861 std::tie(SpellFID, SpellRelativeOffs) = getDecomposedLoc(SpellLoc); in associateFileChunkWithMacroArgExp()
1863 const SLocEntry &Entry = getSLocEntry(SpellFID); in associateFileChunkWithMacroArgExp()
1865 unsigned SpellFIDSize = getFileIDSize(SpellFID); in associateFileChunkWithMacroArgExp()
1886 ++SpellFID.ID; in associateFileChunkWithMacroArgExp()
/external/llvm-project/clang/lib/Basic/
DSourceManager.cpp1784 FileID SpellFID; // Current FileID in the spelling range. in associateFileChunkWithMacroArgExp() local
1786 std::tie(SpellFID, SpellRelativeOffs) = getDecomposedLoc(SpellLoc); in associateFileChunkWithMacroArgExp()
1788 const SLocEntry &Entry = getSLocEntry(SpellFID); in associateFileChunkWithMacroArgExp()
1790 unsigned SpellFIDSize = getFileIDSize(SpellFID); in associateFileChunkWithMacroArgExp()
1811 ++SpellFID.ID; in associateFileChunkWithMacroArgExp()