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

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtCXX.h183 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } function in class:clang::CXXForRangeStmt
H A DStmtOpenMP.h421 void setCond(Expr *Cond) { function in class:clang::OMPLoopDirective
H A DStmt.h902 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt *>(E); } function in class:clang::IfStmt
977 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt *>(E); } function in class:clang::SwitchStmt
1055 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } function in class:clang::WhileStmt
1100 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } function in class:clang::DoStmt
1174 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } function in class:clang::ForStmt
H A DExpr.h3571 void setCond(Expr *E) { SubExprs[COND] = E; } function in class:clang::StringLiteral::final::CallExpr::ChooseExpr

Completed in 149 milliseconds