Lines Matching defs:Replace
552 // latter case, replace the keyword with 'class'.
554 bool Replace = Tok.is(tok::kw_typename) || Tok.is(tok::kw_struct);
555 const Token& Next = Replace ? NextToken() : Tok;
560 << (Replace ? FixItHint::CreateReplacement(Tok.getLocation(), "class")
565 if (Replace)
835 /// \brief Replace the tokens that form a simple-template-id with an
840 /// simple-template-id and replace the tokens with a single annotation
958 // In case the tokens were cached, have Preprocessor replace them with the
996 // Replace the template-id annotation token, and possible the scope-specifier