Home
last modified time | relevance | path

Searched refs:ReadToEndOfLine (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Lex/
DLexer.h208 void ReadToEndOfLine(SmallVectorImpl<char> *Result = nullptr);
/external/clang/lib/Lex/
DPragma.cpp370 CurLexer->ReadToEndOfLine(); in HandlePragmaMark()
DPPDirectives.cpp1370 CurLexer->ReadToEndOfLine(&Message); in HandleUserDiagnosticDirective()
DLexer.cpp2452 void Lexer::ReadToEndOfLine(SmallVectorImpl<char> *Result) { in ReadToEndOfLine() function in Lexer