Home | History | Annotate | Download | only in Parse

Lines Matching refs:isKnownToBeTypeSpecifier

3023         if (isKnownToBeTypeSpecifier(GetLookAheadToken(1))) {
4073 /// isKnownToBeTypeSpecifier - Return true if we know that the specified token
4076 bool Parser::isKnownToBeTypeSpecifier(const Token &Tok) const {