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

  /src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
LLLexer.h 79 void SkipLineComment();
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Lexer.h 716 bool SkipLineComment (Token &Result, const char *CurPtr,
  /src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLLexer.cpp 219 SkipLineComment();
247 void LLLexer::SkipLineComment() {
  /src/external/apache2/llvm/dist/clang/lib/Lex/
Lexer.cpp 2273 bool Lexer::SkipLineComment(Token &Result, const char *CurPtr,
3324 if (SkipLineComment(Result, CurPtr+2, TokAtPhysicalStartOfLine))
3637 if (SkipLineComment(Result, ConsumeChar(CurPtr, SizeTmp, Result),

Completed in 19 milliseconds