Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumNodes.def37 NODE(CtorVtableSpecialName)
H A DItaniumDemangle.h1018 class CtorVtableSpecialName final : public Node {
1023 CtorVtableSpecialName(const Node *FirstType_, const Node *SecondType_) in CtorVtableSpecialName() function
5329 return make<CtorVtableSpecialName>(SecondType, FirstType); in parseSpecialName()