Lines Matching defs:Validator
949 auto Validator = llvm::make_unique<CastExpressionIdValidator>(
951 Validator->IsAddressOfOperand = isAddressOfOperand;
953 Validator->WantExpressionKeywords = false;
954 Validator->WantRemainingKeywords = false;
956 Validator->WantRemainingKeywords = Tok.isNot(tok::r_paren);
961 isAddressOfOperand, std::move(Validator),