Home | History | Annotate | Download | only in AST

Lines Matching refs:IfStmt

759 IfStmt::IfStmt(const ASTContext &C, SourceLocation IL, VarDecl *var, Expr *cond,
769 VarDecl *IfStmt::getConditionVariable() const {
777 void IfStmt::setConditionVariable(const ASTContext &C, VarDecl *V) {