Lines Matching defs:HasVar
914 bool HasVar = Var != nullptr; in IfStmt() local
936 IfStmt::IfStmt(EmptyShell Empty, bool HasElse, bool HasVar, bool HasInit) in IfStmt()
948 bool HasVar = Var != nullptr; in Create() local
958 IfStmt *IfStmt::CreateEmpty(const ASTContext &Ctx, bool HasElse, bool HasVar, in CreateEmpty()
1036 bool HasVar = Var != nullptr; in SwitchStmt() local
1051 SwitchStmt::SwitchStmt(EmptyShell Empty, bool HasInit, bool HasVar) in SwitchStmt()
1062 bool HasVar = Var != nullptr; in Create() local
1070 bool HasVar) { in CreateEmpty()
1102 bool HasVar = Var != nullptr; in WhileStmt() local
1115 WhileStmt::WhileStmt(EmptyShell Empty, bool HasVar) in WhileStmt()
1124 bool HasVar = Var != nullptr; in Create() local
1131 WhileStmt *WhileStmt::CreateEmpty(const ASTContext &Ctx, bool HasVar) { in CreateEmpty()