Searched refs:getObjCKeywordID (Results 1 – 7 of 7) sorted by relevance
279 tok::ObjCKeywordKind getObjCKeywordID() const;
186 tok::ObjCKeywordKind getObjCKeywordID() const { in getObjCKeywordID() function
58 switch (Tok.getObjCKeywordID()) { in ParseObjCAtDirectives()687 tok::ObjCKeywordKind DirectiveKind = Tok.getObjCKeywordID(); in ParseObjCInterfaceDeclList()1949 switch (Tok.getObjCKeywordID()) { in ParseObjCClassInstanceVariables()1954 visibility = Tok.getObjCKeywordID(); in ParseObjCClassInstanceVariables()2854 switch (Tok.getIdentifierInfo()->getObjCKeywordID()) { in ParseObjCAtExpression()
1050 switch (Current.Next->Tok.getObjCKeywordID()) { in determineTokenType()1971 Left.Tok.getObjCKeywordID() == tok::objc_property) in spaceRequiredBetween()2072 if (Left.is(tok::at) && Right.Tok.getObjCKeywordID() != tok::objc_not_keyword) in spaceRequiredBetween()2390 if (Left.Tok.getObjCKeywordID() == tok::objc_interface) in canBreakBefore()
762 switch (FormatTok->Tok.getObjCKeywordID()) { in parseStructuralElement()
38 return II->getObjCKeywordID() == objcKey; in isObjCAtKeyword()43 tok::ObjCKeywordKind Token::getObjCKeywordID() const { in getObjCKeywordID() function in Token45 return specId ? specId->getObjCKeywordID() : tok::objc_not_keyword; in getObjCKeywordID()
6085 if ((II->getObjCKeywordID() != tok::objc_not_keyword) && previousWasAt) { in getTokens()