Home
last modified time | relevance | path

Searched defs:TypeSwitchBase (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTypeSwitch.h27 TypeSwitchBase(const T &value) : value(value) {} in TypeSwitchBase() function
28 TypeSwitchBase(TypeSwitchBase &&other) : value(other.value) {} in TypeSwitchBase() function