Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DExpr.h4161 Expr *getTrueExpr() const { return cast<Expr>(SubExprs[LHS]); } in getTrueExpr() function
4243 Expr *getTrueExpr() const { in getTrueExpr() function
4280 inline Expr *AbstractConditionalOperator::getTrueExpr() const { in getTrueExpr() function