Searched refs:next_token (Results 1 – 1 of 1) sorted by relevance
97 const clang::Token &next_token = ci_.getPreprocessor().LookAhead(0); in CreateDecl() local98 if (next_token.is(clang::tok::less)) { in CreateDecl()