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.h278 struct LiteralOperatorIdentifierNode;
399 struct LiteralOperatorIdentifierNode : public IdentifierNode { struct
400 LiteralOperatorIdentifierNode() in LiteralOperatorIdentifierNode() function
H A DMicrosoftDemangle.h223 LiteralOperatorIdentifierNode *
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp379 void LiteralOperatorIdentifierNode::output(OutputBuffer &OB, in output()
H A DMicrosoftDemangle.cpp544 LiteralOperatorIdentifierNode *
546 LiteralOperatorIdentifierNode *N = in demangleLiteralOperatorIdentifier()
547 Arena.alloc<LiteralOperatorIdentifierNode>(); in demangleLiteralOperatorIdentifier()