Searched defs:ChooseExpr (Results 1 – 3 of 3) sorted by relevance
41 class ChooseExpr; variable
4569 ChooseExpr(SourceLocation BLoc, Expr *cond, Expr *lhs, Expr *rhs, QualType t, ChooseExpr() function 4582 explicit ChooseExpr(EmptyShell Empty) : Expr(ChooseExprClass, Empty) { } ChooseExpr() function
999 TEST_P(ASTMatchersTest,ChooseExpr) TEST_P() argument