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

/external/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp37 TK_Ident, enumerator in enum:clang::ast_matchers::dynamic::Parser::TokenInfo::TokenKind
156 Result.Kind = TokenInfo::TK_Ident;
318 assert(NameToken.Kind == TokenInfo::TK_Ident);
392 if (BindToken.Kind != TokenInfo::TK_Ident ||
468 case TokenInfo::TK_Ident:

Completed in 115 milliseconds