Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatToken.h39 TYPE(ConditionalExpr) \
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h83 X(ConditionalExpr) \
1623 class ConditionalExpr : public Node {
1629 ConditionalExpr(const Node *Cond_, const Node *Then_, const Node *Else_) in ConditionalExpr() function
4869 return make<ConditionalExpr>(Cond, LHS, RHS); in parseExpr()