Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExpr.h3213 Expr *getFalseExpr() const { return cast<Expr>(SubExprs[RHS]); } in getFalseExpr() function
3299 Expr *getFalseExpr() const { in getFalseExpr() function
3332 inline Expr *AbstractConditionalOperator::getFalseExpr() const { in getFalseExpr() function
/external/llvm-project/clang/include/clang/AST/
DExpr.h4097 Expr *getFalseExpr() const { return cast<Expr>(SubExprs[RHS]); } in getFalseExpr() function
4181 Expr *getFalseExpr() const { in getFalseExpr() function
4217 inline Expr *AbstractConditionalOperator::getFalseExpr() const { in getFalseExpr() function