Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DLexer.h252 void ReadToEndOfLine(SmallVectorImpl<char> *Result = nullptr);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPragma.cpp417 CurLexer->ReadToEndOfLine(); in HandlePragmaMark()
H A DPPDirectives.cpp1413 CurLexer->ReadToEndOfLine(&Message); in HandleUserDiagnosticDirective()
H A DLexer.cpp2684 void Lexer::ReadToEndOfLine(SmallVectorImpl<char> *Result) { in ReadToEndOfLine() function in Lexer