Home
last modified time | relevance | path

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

/external/clang/lib/ASTMatchers/Dynamic/
DParser.cpp35 TK_Comma, enumerator
106 Result.Kind = TokenInfo::TK_Comma; in getNextToken()
306 if ((Tokenizer->nextTokenKind() == TokenInfo::TK_Comma || in parseIdentifierPrefixImpl()
358 if (CommaToken.Kind != TokenInfo::TK_Comma) { in parseMatcherExpressionImpl()
511 case TokenInfo::TK_Comma: in parseExpressionImpl()