Home
last modified time | relevance | path

Searched refs:IsValidOptionType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringOptions.h25 typename = std::enable_if_t<traits::IsValidOptionType<T>::value>>
44 typename = std::enable_if_t<traits::IsValidOptionType<T>::value>>
H A DRefactoringOptionVisitor.h57 struct IsValidOptionType : internal::HasHandle<T>::Type {}; struct