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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.h79 void SkipLineComment();
H A DLLLexer.cpp219 SkipLineComment();
247 void LLLexer::SkipLineComment() { function in class:LLLexer
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h712 bool SkipLineComment (Token &Result, const char *CurPtr,
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2246 bool Lexer::SkipLineComment(Token &Result, const char *CurPtr, function in class:Lexer
3293 if (SkipLineComment(Result, CurPtr+2, TokAtPhysicalStartOfLine))
3606 if (SkipLineComment(Result, ConsumeChar(CurPtr, SizeTmp, Result),

Completed in 190 milliseconds