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

/external/clang/include/clang/AST/
H A DExpr.h3162 // getTrueExpr - Return the subexpression representing the value of
3164 Expr *getTrueExpr() const;
3218 // getTrueExpr - Return the subexpression representing the value of
3220 Expr *getTrueExpr() const { return cast<Expr>(SubExprs[LHS]); } function in class:clang::StringLiteral::OffsetOfExpr::ConditionalOperator
3301 /// \brief getTrueExpr - Return the subexpression which will be
3304 Expr *getTrueExpr() const { function in class:clang::StringLiteral::OffsetOfExpr::BinaryConditionalOperator
3338 inline Expr *AbstractConditionalOperator::getTrueExpr() const { function in class:clang::StringLiteral::OffsetOfExpr::AbstractConditionalOperator
3340 return co->getTrueExpr();
3341 return cast<BinaryConditionalOperator>(this)->getTrueExpr();

Completed in 63 milliseconds