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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h714 bool SkipBlockComment (Token &Result, const char *CurPtr,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2495 bool Lexer::SkipBlockComment(Token &Result, const char *CurPtr, function in class:Lexer
3303 if (SkipBlockComment(Result, CurPtr+2, TokAtPhysicalStartOfLine))
3624 if (SkipBlockComment(Result, ConsumeChar(CurPtr, SizeTmp, Result),

Completed in 112 milliseconds