EHScopeStack.h | 61 static type restore(CodeGenFunction &CGF, saved_type value) { return value; } function in struct:clang::CodeGen::InvariantValue 200 T restore(CodeGenFunction &CGF, llvm::index_sequence<Is...>) { function in class:clang::CodeGen::EHScopeStack::final 203 return T{DominatingValue<As>::restore(CGF, std::get<Is>(Saved))...}; 207 restore(CGF, llvm::index_sequence_for<As...>()).Emit(CGF, flags);
|