Home | History | Annotate | Download | only in Sema

Lines Matching refs:Tok

184                           tok::ObjCKeywordKind MethodImplKind,
328 Token Tok;
330 lexer.LexFromRawLexer(Tok);
331 if (Tok.is(tok::raw_identifier) && Tok.getRawIdentifier() == attrName) {
332 Loc = Tok.getLocation();
335 } while (Tok.isNot(tok::r_paren));
420 tok::ObjCKeywordKind MethodImplKind) {
567 tok::ObjCKeywordKind MethodImplKind,
683 if (MethodImplKind == tok::objc_required)
685 else if (MethodImplKind == tok::objc_optional)
2011 tok::kw___attribute, tok::l_paren, tok::l_paren,
2012 PP.getIdentifierInfo("objc_method_family"), tok::l_paren,
2013 PP.getIdentifierInfo("none"), tok::r_paren,
2014 tok::r_paren, tok::r_paren