Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h531 struct PointerTypeNode : public TypeNode { struct
532 PointerTypeNode() : TypeNode(NodeKind::PointerType) {} in PointerTypeNode() argument
536 static bool classof(const Node *N) { in classof()
541 PointerAffinity Affinity = PointerAffinity::None;
544 QualifiedNameNode *ClassParent = nullptr;
546 PointerAuthQualifierNode *PointerAuthQualifier = nullptr;
550 TypeNode *Pointee = nullptr;