Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLLexer.h79 void SkipLineComment();
/src/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h754 bool SkipLineComment (Token &Result, const char *CurPtr,
/src/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp218 SkipLineComment(); in LexToken()
246 void LLLexer::SkipLineComment() { in SkipLineComment() function in LLLexer
/src/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2563 bool Lexer::SkipLineComment(Token &Result, const char *CurPtr, in SkipLineComment() function in Lexer
3836 if (SkipLineComment(Result, CurPtr+2, TokAtPhysicalStartOfLine)) in LexTokenInternal()
4152 if (SkipLineComment(Result, ConsumeChar(CurPtr, SizeTmp, Result), in LexTokenInternal()