Home
last modified time | relevance | path

Searched defs:ChooseExpr (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DComputeDependence.h41 class ChooseExpr; variable
H A DExpr.h4537 ChooseExpr(SourceLocation BLoc, Expr *cond, Expr *lhs, Expr *rhs, QualType t, in ChooseExpr() function
4550 explicit ChooseExpr(EmptyShell Empty) : Expr(ChooseExprClass, Empty) { } in ChooseExpr() function