Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DLexer.h249 void ReadToEndOfLine(SmallVectorImpl<char> *Result = nullptr);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPragma.cpp406 CurLexer->ReadToEndOfLine(); in HandlePragmaMark()
H A DPPDirectives.cpp1313 CurLexer->ReadToEndOfLine(&Message); in HandleUserDiagnosticDirective()
H A DLexer.cpp2648 void Lexer::ReadToEndOfLine(SmallVectorImpl<char> *Result) { in ReadToEndOfLine() function in Lexer