Searched refs:ReadToEndOfLine (Results 1 – 6 of 6) sorted by relevance
290 void ReadToEndOfLine(SmallVectorImpl<char> *Result = nullptr);
300 Lex.ReadToEndOfLine(&Line); in getLocForEndOfDecl()
121 Lex->ReadToEndOfLine(&Line); in getStartOfNextLine()
424 CurLexer->ReadToEndOfLine(&Buffer); in HandlePragmaMark()
1638 CurLexer->ReadToEndOfLine(&Message); in HandleUserDiagnosticDirective()
2878 void Lexer::ReadToEndOfLine(SmallVectorImpl<char> *Result) { in ReadToEndOfLine() function in Lexer