Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
DItaniumDemangle.h54 X(CtorVtableSpecialName) \
828 class CtorVtableSpecialName final : public Node {
833 CtorVtableSpecialName(const Node *FirstType_, const Node *SecondType_) in CtorVtableSpecialName() function
5166 return make<CtorVtableSpecialName>(SecondType, FirstType); in parseSpecialName()