Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DComputeDependence.h40 class ChooseExpr; variable
DExpr.h4450 ChooseExpr(SourceLocation BLoc, Expr *cond, Expr *lhs, Expr *rhs, QualType t, in ChooseExpr() function
4463 explicit ChooseExpr(EmptyShell Empty) : Expr(ChooseExprClass, Empty) { } in ChooseExpr() function
/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersNodeTest.cpp976 TEST_P(ASTMatchersTest, ChooseExpr) { in TEST_P() argument
/external/clang/include/clang/AST/
DExpr.h3553 ChooseExpr(SourceLocation BLoc, Expr *cond, Expr *lhs, Expr *rhs, in ChooseExpr() function
3571 explicit ChooseExpr(EmptyShell Empty) : Expr(ChooseExprClass, Empty) { } in ChooseExpr() function