Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h279 struct LiteralOperatorIdentifierNode;
402 struct LiteralOperatorIdentifierNode : public IdentifierNode { struct
403 LiteralOperatorIdentifierNode() in LiteralOperatorIdentifierNode() function
H A DMicrosoftDemangle.h220 LiteralOperatorIdentifierNode *
/freebsd-13.1/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp517 LiteralOperatorIdentifierNode *
519 LiteralOperatorIdentifierNode *N = in demangleLiteralOperatorIdentifier()
520 Arena.alloc<LiteralOperatorIdentifierNode>(); in demangleLiteralOperatorIdentifier()
H A DMicrosoftDemangleNodes.cpp381 void LiteralOperatorIdentifierNode::output(OutputStream &OS, in output()