Searched refs:getCurToken (Results 1 – 3 of 3) sorted by relevance
44 const Token &Tok = P.getCurToken(); in print()
38 auto Tok = P.getCurToken(); in ParseOpenMPDirectiveKind()610 switch (P.getCurToken().getKind()) { in ParseReductionId()
246 const Token &getCurToken() const { return Tok; } in getCurToken() function