Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
H A DRefactoringOptions.h24 typename = std::enable_if_t<traits::IsValidOptionType<T>::value>>
43 typename = std::enable_if_t<traits::IsValidOptionType<T>::value>>
H A DRefactoringOptionVisitor.h55 struct IsValidOptionType : internal::HasHandle<T>::Type {}; struct