Searched refs:castValue (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTypeSwitch.h73 static decltype(auto) castValue( function in class:llvm::detail::TypeSwitchBase
83 static decltype(auto) castValue( function in class:llvm::detail::TypeSwitchBase
121 if (auto caseValue = BaseT::template castValue<CaseT>(this->value))
168 if (auto caseValue = BaseT::template castValue<CaseT>(this->value)) {

Completed in 121 milliseconds