Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLLexer.h80 void SkipLineComment();
H A DLLLexer.cpp220 SkipLineComment(); in LexToken()
248 void LLLexer::SkipLineComment() { in SkipLineComment() function in LLLexer
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DLexer.h698 bool SkipLineComment (Token &Result, const char *CurPtr,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DLexer.cpp2237 bool Lexer::SkipLineComment(Token &Result, const char *CurPtr, in SkipLineComment() function in Lexer
3283 if (SkipLineComment(Result, CurPtr+2, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3594 if (SkipLineComment(Result, ConsumeChar(CurPtr, SizeTmp, Result), in LexTokenInternal()