Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumNodes.def32 NODE(NoexceptSpec)
H A DItaniumDemangle.h859 class NoexceptSpec : public Node {
862 NoexceptSpec(const Node *E_) : Node(KNoexceptSpec), E(E_) {} in NoexceptSpec() function
3813 ExceptionSpec = make<NoexceptSpec>(E); in parseFunctionType()