Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp40 TK_NewLine, enumerator
93 while (NextToken.Kind == TokenInfo::TK_NewLine) in SkipNewlines()
143 Result.Kind = TokenInfo::TK_NewLine; in getNextToken()
407 if (Tokenizer->nextTokenKind() == TokenInfo::TK_NewLine) { in parseIdentifierPrefixImpl()
418 Tokenizer->nextTokenKind() == TokenInfo::TK_NewLine || in parseIdentifierPrefixImpl()
804 case TokenInfo::TK_NewLine: in parseExpressionImpl()
812 << (Token.Kind == TokenInfo::TK_NewLine ? "NewLine" : Token.Text); in parseExpressionImpl()
876 if (NT.Kind != TokenInfo::TK_Eof && NT.Kind != TokenInfo::TK_NewLine) { in parseExpression()