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