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