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

/external/clang/lib/Basic/
H A DSourceManager.cpp1853 FileID SpellFID; // Current FileID in the spelling range. local
1855 std::tie(SpellFID, SpellRelativeOffs) = getDecomposedLoc(SpellLoc);
1857 const SLocEntry &Entry = getSLocEntry(SpellFID);
1859 unsigned SpellFIDSize = getFileIDSize(SpellFID);
1880 ++SpellFID.ID;

Completed in 1057 milliseconds