Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DLexer.h208 void ReadToEndOfLine(SmallVectorImpl<char> *Result = nullptr);
/minix/external/bsd/llvm/dist/clang/lib/Lex/
H A DPragma.cpp365 CurLexer->ReadToEndOfLine(); in HandlePragmaMark()
H A DPPDirectives.cpp1232 CurLexer->ReadToEndOfLine(&Message); in HandleUserDiagnosticDirective()
H A DLexer.cpp2426 void Lexer::ReadToEndOfLine(SmallVectorImpl<char> *Result) { in ReadToEndOfLine() function in Lexer