Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DLexer.h290 void ReadToEndOfLine(SmallVectorImpl<char> *Result = nullptr);
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPragma.cpp425 CurLexer->ReadToEndOfLine(&Buffer); in HandlePragmaMark()
H A DPPDirectives.cpp1625 CurLexer->ReadToEndOfLine(&Message); in HandleUserDiagnosticDirective()
H A DLexer.cpp2939 void Lexer::ReadToEndOfLine(SmallVectorImpl<char> *Result) { in ReadToEndOfLine() function in Lexer