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

/external/clang/lib/AST/
H A DStmt.cpp823 Stmt *then, SourceLocation EL, Stmt *elsev)
829 SubExprs[ELSE] = elsev;
822 IfStmt(const ASTContext &C, SourceLocation IL, VarDecl *var, Expr *cond, Stmt *then, SourceLocation EL, Stmt *elsev) argument

Completed in 57 milliseconds