Searched refs:getObjCKeywordID (Results 1 – 10 of 10) sorted by relevance
290 tok::ObjCKeywordKind getObjCKeywordID() const;
343 tok::ObjCKeywordKind getObjCKeywordID() const { in getObjCKeywordID() function353 assert(getObjCKeywordID() == ID && "ID too large for field!"); in setObjCKeywordID()
64 switch (Tok.getObjCKeywordID()) { in ParseObjCAtDirectives()77 switch (Tok.getObjCKeywordID()) { in ParseObjCAtDirectives()732 tok::ObjCKeywordKind DirectiveKind = NextTok.getObjCKeywordID(); in ParseObjCInterfaceDeclList()1976 switch (Tok.getObjCKeywordID()) { in ParseObjCClassInstanceVariables()1981 visibility = Tok.getObjCKeywordID(); in ParseObjCClassInstanceVariables()2910 switch (Tok.getIdentifierInfo()->getObjCKeywordID()) { in ParseObjCAtExpression()
1720 switch (FormatTok->Tok.getObjCKeywordID()) { in parseStructuralElement() 4202 assert(FormatTok->Tok.getObjCKeywordID() == tok::objc_interface || in parseObjCInterfaceOrImplementation() 4203 FormatTok->Tok.getObjCKeywordID() == tok::objc_implementation); in parseObjCInterfaceOrImplementation() 4268 assert(FormatTok->Tok.getObjCKeywordID() == tok::objc_protocol); in parseObjCProtocol()
476 PreviousLine->First->Next->Tok.getObjCKeywordID(); in tryFitMultipleLinesInOne()
2498 switch (Current.Next->Tok.getObjCKeywordID()) { in determineTokenType()4384 Left.Tok.getObjCKeywordID() == tok::objc_property) { in spaceRequiredBetween()4783 if (Left.is(tok::at) && Right.Tok.getObjCKeywordID() != tok::objc_not_keyword) in spaceRequiredBetween()6051 if (Left.Tok.getObjCKeywordID() == tok::objc_interface) in canBreakBefore()
2956 (FormatTok->Tok.getObjCKeywordID() != tok::objc_not_keyword || in guessIsObjC()
65 return II->getObjCKeywordID() == objcKey; in isObjCAtKeyword()70 tok::ObjCKeywordKind Token::getObjCKeywordID() const { in getObjCKeywordID() function in Token74 return specId ? specId->getObjCKeywordID() : tok::objc_not_keyword; in getObjCKeywordID()
3740 II->getObjCKeywordID() != tok::ObjCKeywordKind::objc_not_keyword; in IsInterestingIdentifier()
1033 II.getObjCKeywordID() != tok::ObjCKeywordKind::objc_not_keyword; in isInterestingIdentifier()