Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2015 CastExpr(std::string_view CastKind_, const Node *To_, const Node *From_, in CastExpr() argument
2017 : Node(KCastExpr, Prec_), CastKind(CastKind_), To(To_), From(From_) {} in CastExpr()