Home | History | Annotate | Download | only in Refactoring

Lines Matching refs:Is

5 // This file is distributed under the University of Illinois Open Source
47 template <typename RuleType, typename... RequirementTypes, size_t... Is>
51 llvm::index_sequence<Is...>) {
54 std::make_tuple(std::get<Is>(Requirements).evaluate(Context)...);
55 auto Err = findError(std::get<Is>(Values)...);
60 RuleType((*std::get<Is>(Values))...).invoke(Consumer, Context);
83 template <typename... RequirementTypes, size_t... Is>
87 llvm::index_sequence<Is...>) {
88 visitRefactoringOptionsImpl(Visitor, std::get<Is>(Requirements)...);
92 /// type whose base is the given base type.