9 #ifndef LLVM_CLANG_TOOLING_REFACTOR_REFACTORING_OPTIONS_H 10 #define LLVM_CLANG_TOOLING_REFACTOR_REFACTORING_OPTIONS_H 16 #include "llvm/Support/Error.h" 17 #include <type_traits> 23 template <
typename T,
typename =
typename std::enable_if<
24 traits::IsValidOptionType<T>::value>
::type>
28 Visitor.visit(*
this,
Value);
42 template <
typename T,
typename =
typename std::enable_if<
57 #endif // LLVM_CLANG_TOOLING_REFACTOR_REFACTORING_OPTIONS_H
Forward-declares and imports various common LLVM datatypes that clang wants to use unqualified...
Dataflow Directional Tag Classes.