Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumNodes.def72 NODE(ConditionalExpr)
H A DItaniumDemangle.h1944 class ConditionalExpr : public Node {
1950 ConditionalExpr(const Node *Cond_, const Node *Then_, const Node *Else_, in ConditionalExpr() function
5306 return make<ConditionalExpr>(Cond, LHS, RHS, Op->getPrecedence()); in parseExpr()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h52 TYPE(ConditionalExpr) \