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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1847 FileID SpellFID; // Current FileID in the spelling range. local
1849 std::tie(SpellFID, SpellRelativeOffs) = getDecomposedLoc(SpellLoc);
1851 const SLocEntry &Entry = getSLocEntry(SpellFID);
1853 unsigned SpellFIDSize = getFileIDSize(SpellFID);
1874 ++SpellFID.ID;

Completed in 145 milliseconds