Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/AsmParser/
H A DLLLexer.h79 void SkipLineComment();
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DLexer.h753 bool SkipLineComment (Token &Result, const char *CurPtr,
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLLexer.cpp219 SkipLineComment(); in LexToken()
247 void LLLexer::SkipLineComment() { in SkipLineComment() function in LLLexer
/llvm-project-15.0.7/clang/lib/Lex/
H A DLexer.cpp2376 bool Lexer::SkipLineComment(Token &Result, const char *CurPtr, in SkipLineComment() function in Lexer
3640 if (SkipLineComment(Result, CurPtr+2, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3956 if (SkipLineComment(Result, ConsumeChar(CurPtr, SizeTmp, Result), in LexTokenInternal()