Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h4099 Expr *getFalseExpr() const { return cast<Expr>(SubExprs[RHS]); } in getFalseExpr() function
4183 Expr *getFalseExpr() const { in getFalseExpr() function
4219 inline Expr *AbstractConditionalOperator::getFalseExpr() const { in getFalseExpr() function