Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandOptionArgumentTable.cpp303 template <int I> struct TableValidator : TableValidator<I + 1> { struct
309 template <> struct TableValidator<eArgTypeLastArg> {}; struct