HomeSort by: relevance | last modified time | path
    Searched refs:ReadToEndOfLine (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Lexer.h 250 /// ReadToEndOfLine - Read the rest of the current preprocessor line as an
252 void ReadToEndOfLine(SmallVectorImpl<char> *Result = nullptr);
  /src/external/apache2/llvm/dist/clang/lib/Lex/
Pragma.cpp 417 CurLexer->ReadToEndOfLine();
Lexer.cpp 2682 /// ReadToEndOfLine - Read the rest of the current preprocessor line as an
2684 void Lexer::ReadToEndOfLine(SmallVectorImpl<char> *Result) {
PPDirectives.cpp 1413 CurLexer->ReadToEndOfLine(&Message);

Completed in 19 milliseconds