Home | History | Annotate | Download | only in Basic

Lines Matching refs:SpellLoc

1841                                          SourceLocation SpellLoc,
1844 if (!SpellLoc.isFileID()) {
1845 unsigned SpellBeginOffs = SpellLoc.getOffset();
1855 std::tie(SpellFID, SpellRelativeOffs) = getDecomposedLoc(SpellLoc);
1886 assert(SpellLoc.isFileID());
1889 if (!isInFileID(SpellLoc, FID, &BeginOffs))