Home | History | Annotate | Download | only in Parse

Lines Matching refs:isKnownToBeTypeSpecifier

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