Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp41 TK_NewLine, enumerator
94 while (NextToken.Kind == TokenInfo::TK_NewLine) in SkipNewlines()
144 Result.Kind = TokenInfo::TK_NewLine; in getNextToken()
408 if (Tokenizer->nextTokenKind() == TokenInfo::TK_NewLine) { in parseIdentifierPrefixImpl()
419 Tokenizer->nextTokenKind() == TokenInfo::TK_NewLine || in parseIdentifierPrefixImpl()
805 case TokenInfo::TK_NewLine: in parseExpressionImpl()
813 << (Token.Kind == TokenInfo::TK_NewLine ? "NewLine" : Token.Text); in parseExpressionImpl()
877 if (NT.Kind != TokenInfo::TK_Eof && NT.Kind != TokenInfo::TK_NewLine) { in parseExpression()