Home | History | Annotate | Download | only in initial

Lines Matching refs:GetTokPrecedence

250 /// GetTokPrecedence - Get the precedence of the pending binary operator token.
251 static int GetTokPrecedence() {
474 int TokPrec = GetTokPrecedence();
491 int NextPrec = GetTokPrecedence();