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

/external/clang/include/clang/AST/
H A DStmtCXX.h159 Expr *getCond() { return cast_or_null<Expr>(SubExprs[COND]); } function in class:clang::CXXForRangeStmt
173 const Expr *getCond() const { function in class:clang::CXXForRangeStmt
H A DStmtOpenMP.h626 Expr *getCond() const { function in class:clang::OMPLoopDirective
H A DStmt.h917 const Expr *getCond() const { return reinterpret_cast<Expr*>(SubExprs[COND]);} function in class:clang::IfStmt
924 Expr *getCond() { return reinterpret_cast<Expr*>(SubExprs[COND]); } function in class:clang::IfStmt
994 const Expr *getCond() const { return reinterpret_cast<Expr*>(SubExprs[COND]);} function in class:clang::SwitchStmt
998 Expr *getCond() { return reinterpret_cast<Expr*>(SubExprs[COND]);} function in class:clang::SwitchStmt
1075 Expr *getCond() { return reinterpret_cast<Expr*>(SubExprs[COND]); } function in class:clang::WhileStmt
1076 const Expr *getCond() const { return reinterpret_cast<Expr*>(SubExprs[COND]);} function in class:clang::WhileStmt
1120 Expr *getCond() { return reinterpret_cast<Expr*>(SubExprs[COND]); } function in class:clang::DoStmt
1121 const Expr *getCond() const { return reinterpret_cast<Expr*>(SubExprs[COND]);} function in class:clang::DoStmt
1186 Expr *getCond() { return reinterpret_cast<Expr*>(SubExprs[COND]); } function in class:clang::ForStmt
1191 const Expr *getCond() cons function in class:clang::ForStmt
[all...]
H A DExpr.h3146 // getCond - Return the expression representing the condition for
3148 Expr *getCond() const;
3202 // getCond - Return the expression representing the condition for
3204 Expr *getCond() const { return cast<Expr>(SubExprs[COND]); } function in class:clang::StringLiteral::final::CallExpr::ConditionalOperator
3219 return getCond()->getLocStart();
3285 /// \brief getCond - Return the condition expression; this is defined
3287 Expr *getCond() const { return cast<Expr>(SubExprs[COND]); } function in class:clang::StringLiteral::final::CallExpr::BinaryConditionalOperator
3320 inline Expr *AbstractConditionalOperator::getCond() const { function in class:clang::StringLiteral::final::CallExpr::AbstractConditionalOperator
3322 return co->getCond();
3323 return cast<BinaryConditionalOperator>(this)->getCond();
3592 Expr *getCond() const { return cast<Expr>(SubExprs[COND]); } function in class:clang::StringLiteral::final::CallExpr::ChooseExpr
[all...]

Completed in 155 milliseconds