Home | History | Annotate | Download | only in Lex

Lines Matching defs:SpellingLoc

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