Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h297 struct LiteralOperatorIdentifierNode;
453 struct LiteralOperatorIdentifierNode : public IdentifierNode { struct
454 LiteralOperatorIdentifierNode() in LiteralOperatorIdentifierNode() argument
H A DMicrosoftDemangle.h239 LiteralOperatorIdentifierNode *
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp381 void LiteralOperatorIdentifierNode::output(OutputBuffer &OB, in output()
H A DMicrosoftDemangle.cpp558 LiteralOperatorIdentifierNode *
560 LiteralOperatorIdentifierNode *N = in demangleLiteralOperatorIdentifier()
561 Arena.alloc<LiteralOperatorIdentifierNode>(); in demangleLiteralOperatorIdentifier()