Home
last modified time | relevance | path

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

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