Home | History | Annotate | Download | only in Parse

Lines Matching defs:Replace

547   // latter case, replace the keyword with 'class'.
549 bool Replace = Tok.is(tok::kw_typename) || Tok.is(tok::kw_struct);
550 const Token& Next = Replace ? NextToken() : Tok;
555 << (Replace ? FixItHint::CreateReplacement(Tok.getLocation(), "class")
560 if (Replace)
745 /// \brief Replace the tokens that form a simple-template-id with an
750 /// simple-template-id and replace the tokens with a single annotation
871 // In case the tokens were cached, have Preprocessor replace them with the
910 // Replace the template-id annotation token, and possible the scope-specifier