Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h290 void ReadToEndOfLine(SmallVectorImpl<char> *Result = nullptr);
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp432 CurLexer->ReadToEndOfLine(&Buffer); in HandlePragmaMark()
H A DPPDirectives.cpp1746 CurLexer->ReadToEndOfLine(&Message); in HandleUserDiagnosticDirective()
H A DLexer.cpp3086 void Lexer::ReadToEndOfLine(SmallVectorImpl<char> *Result) { in ReadToEndOfLine() function in Lexer
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc11055 {"_ZN5clang5Lexer15ReadToEndOfLineEv", "clang::Lexer::ReadToEndOfLine()"},