clang 23.0.0git
AnalysisTraits.h File Reference

Go to the source code of this file.

Classes

struct  clang::ssaf::HasAnalysisName< T, typename >
 Type trait that checks whether T has a static analysisName() method returning AnalysisName. More...
struct  clang::ssaf::HasAnalysisName< T, std::void_t< decltype(T::analysisName())> >

Namespaces

namespace  clang
 The JSON file list parser is used to communicate input to InstallAPI.
namespace  clang::ssaf

Variables

template<typename T>
constexpr bool clang::ssaf::HasAnalysisName_v = HasAnalysisName<T>::value