Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/AST/
H A DComputeDependence.h41 class ChooseExpr; variable
H A DExpr.h4569 ChooseExpr(SourceLocation BLoc, Expr *cond, Expr *lhs, Expr *rhs, QualType t, ChooseExpr() function
4582 explicit ChooseExpr(EmptyShell Empty) : Expr(ChooseExprClass, Empty) { } ChooseExpr() function
/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp999 TEST_P(ASTMatchersTest,ChooseExpr) TEST_P() argument