Lines Matching defs:HasVar
929 bool HasVar = Var != nullptr; in IfStmt() local
951 IfStmt::IfStmt(EmptyShell Empty, bool HasElse, bool HasVar, bool HasInit) in IfStmt()
963 bool HasVar = Var != nullptr; in Create() local
973 IfStmt *IfStmt::CreateEmpty(const ASTContext &Ctx, bool HasElse, bool HasVar, in CreateEmpty()
1059 bool HasVar = Var != nullptr; in SwitchStmt() local
1074 SwitchStmt::SwitchStmt(EmptyShell Empty, bool HasInit, bool HasVar) in SwitchStmt()
1085 bool HasVar = Var != nullptr; in Create() local
1093 bool HasVar) { in CreateEmpty()
1125 bool HasVar = Var != nullptr; in WhileStmt() local
1138 WhileStmt::WhileStmt(EmptyShell Empty, bool HasVar) in WhileStmt()
1147 bool HasVar = Var != nullptr; in Create() local
1154 WhileStmt *WhileStmt::CreateEmpty(const ASTContext &Ctx, bool HasVar) { in CreateEmpty()