Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxxabi/src/demangle/
H A DItaniumNodes.def17 NODE(VendorExtQualType)
H A DItaniumDemangle.h363 class VendorExtQualType final : public Node {
369 VendorExtQualType(const Node *Ty_, StringView Ext_, const Node *TA_) in VendorExtQualType() function
3711 return make<VendorExtQualType>(Child, Qual, TA); in parseQualifiedType()
/llvm-project-15.0.7/llvm/include/llvm/Demangle/
H A DItaniumNodes.def17 NODE(VendorExtQualType)
H A DItaniumDemangle.h363 class VendorExtQualType final : public Node {
369 VendorExtQualType(const Node *Ty_, StringView Ext_, const Node *TA_) in VendorExtQualType() function
3711 return make<VendorExtQualType>(Child, Qual, TA); in parseQualifiedType()