9#ifndef LLVM_CLANG_TOOLING_REFACTORING_REFACTORINGOPTIONS_H
10#define LLVM_CLANG_TOOLING_REFACTORING_REFACTORINGOPTIONS_H
16#include "llvm/Support/Error.h"
25 typename = std::enable_if_t<traits::IsValidOptionType<T>::value>>
29 Visitor.visit(*
this,
Value);
44 typename = std::enable_if_t<traits::IsValidOptionType<T>::value>>
Forward-declares and imports various common LLVM datatypes that clang wants to use unqualified.
The JSON file list parser is used to communicate input to InstallAPI.
const FunctionProtoType * T