Searched refs:getObjCKeywordID (Results 1 – 7 of 7) sorted by relevance
248 tok::ObjCKeywordKind getObjCKeywordID() const;
179 tok::ObjCKeywordKind getObjCKeywordID() const { in getObjCKeywordID() function
56 switch (Tok.getObjCKeywordID()) { in ParseObjCAtDirectives()453 tok::ObjCKeywordKind DirectiveKind = Tok.getObjCKeywordID(); in ParseObjCInterfaceDeclList()1307 switch (Tok.getObjCKeywordID()) { in ParseObjCClassInstanceVariables()1312 visibility = Tok.getObjCKeywordID(); in ParseObjCClassInstanceVariables()2158 switch (Tok.getIdentifierInfo()->getObjCKeywordID()) { in ParseObjCAtExpression()
675 switch (Current.Next->Tok.getObjCKeywordID()) { in determineTokenType()1177 if (Left.is(tok::at) && Right.Tok.getObjCKeywordID() != tok::objc_not_keyword) in spaceRequiredBetween()
488 switch (FormatTok->Tok.getObjCKeywordID()) { in parseStructuralElement()
50 return II->getObjCKeywordID() == objcKey; in isObjCAtKeyword()55 tok::ObjCKeywordKind Token::getObjCKeywordID() const { in getObjCKeywordID() function in Token57 return specId ? specId->getObjCKeywordID() : tok::objc_not_keyword; in getObjCKeywordID()
4976 if ((II->getObjCKeywordID() != tok::objc_not_keyword) && previousWasAt) { in getTokens()