Home
last modified time | relevance | path

Searched refs:SkipBlockComment (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h718 bool SkipBlockComment (Token &Result, const char *CurPtr,
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2545 bool Lexer::SkipBlockComment(Token &Result, const char *CurPtr, in SkipBlockComment() function in Lexer
3362 if (SkipBlockComment(Result, CurPtr+2, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3683 if (SkipBlockComment(Result, ConsumeChar(CurPtr, SizeTmp, Result), in LexTokenInternal()