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()
1044 bool HasVar = Var != nullptr; in SwitchStmt() local
1059 SwitchStmt::SwitchStmt(EmptyShell Empty, bool HasInit, bool HasVar) in SwitchStmt()
1070 bool HasVar = Var != nullptr; in Create() local
1078 bool HasVar) { in CreateEmpty()
1110 bool HasVar = Var != nullptr; in WhileStmt() local
1123 WhileStmt::WhileStmt(EmptyShell Empty, bool HasVar) in WhileStmt()
1132 bool HasVar = Var != nullptr; in Create() local
1139 WhileStmt *WhileStmt::CreateEmpty(const ASTContext &Ctx, bool HasVar) { in CreateEmpty()