Home | History | Annotate | Download | only in Lex

Lines Matching refs:SpellingLoc

164 Lexer *Lexer::Create_PragmaLexer(SourceLocation SpellingLoc,
171 FileID SpellingFID = SM.getFileID(SpellingLoc);
178 const char *StrData = SM.getCharacterData(SpellingLoc);
1030 SourceLocation SpellingLoc = SM.getSpellingLoc(FileLoc);
1031 SpellingLoc = SpellingLoc.getLocWithOffset(CharNo);
1038 return SM.createExpansionLoc(SpellingLoc, II.first, II.second, TokLen);