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

/external/clang/include/clang/AST/
H A DExpr.h3094 // getTrueExpr - Return the subexpression representing the value of
3096 Expr *getTrueExpr() const;
3150 // getTrueExpr - Return the subexpression representing the value of
3152 Expr *getTrueExpr() const { return cast<Expr>(SubExprs[LHS]); } function in class:clang::StringLiteral::OffsetOfExpr::ConditionalOperator
3233 /// \brief getTrueExpr - Return the subexpression which will be
3236 Expr *getTrueExpr() const { function in class:clang::StringLiteral::OffsetOfExpr::BinaryConditionalOperator
3270 inline Expr *AbstractConditionalOperator::getTrueExpr() const { function in class:clang::StringLiteral::OffsetOfExpr::AbstractConditionalOperator
3272 return co->getTrueExpr();
3273 return cast<BinaryConditionalOperator>(this)->getTrueExpr();

Completed in 936 milliseconds