Searched refs:HasVar (Results 1 – 4 of 4) sorted by relevance
926 bool HasVar = Var != nullptr; in IfStmt() local929 IfStmtBits.HasVar = HasVar; in IfStmt()938 if (HasVar) in IfStmt()951 IfStmtBits.HasVar = HasVar; in IfStmt()960 bool HasVar = Var != nullptr; in Create() local1058 SwitchStmtBits.HasVar = HasVar; in SwitchStmt()1065 if (HasVar) in SwitchStmt()1074 SwitchStmtBits.HasVar = HasVar; in SwitchStmt()1123 WhileStmtBits.HasVar = HasVar; in WhileStmt()1127 if (HasVar) in WhileStmt()[all …]
173 unsigned HasVar : 1; in alignas() local191 unsigned HasVar : 1; in alignas() local209 unsigned HasVar : 1; in alignas() local1991 explicit IfStmt(EmptyShell Empty, bool HasElse, bool HasVar, bool HasInit);2010 bool hasVarStorage() const { return IfStmtBits.HasVar; } in hasVarStorage()2227 explicit SwitchStmt(EmptyShell Empty, bool HasInit, bool HasVar);2238 bool HasVar);2244 bool hasVarStorage() const { return SwitchStmtBits.HasVar; } in hasVarStorage()2411 explicit WhileStmt(EmptyShell Empty, bool HasVar);2421 static WhileStmt *CreateEmpty(const ASTContext &Ctx, bool HasVar);[all …]
141 bool HasVar = S->getConditionVariableDeclStmt() != nullptr; in VisitIfStmt() local145 Record.push_back(HasVar); in VisitIfStmt()152 if (HasVar) in VisitIfStmt()170 bool HasVar = S->getConditionVariableDeclStmt() != nullptr; in VisitSwitchStmt() local172 Record.push_back(HasVar); in VisitSwitchStmt()179 if (HasVar) in VisitSwitchStmt()195 bool HasVar = S->getConditionVariableDeclStmt() != nullptr; in VisitWhileStmt() local196 Record.push_back(HasVar); in VisitWhileStmt()200 if (HasVar) in VisitWhileStmt()
221 bool HasVar = Record.readInt(); in VisitIfStmt() local229 if (HasVar) in VisitIfStmt()245 bool HasVar = Record.readInt(); in VisitSwitchStmt() local254 if (HasVar) in VisitSwitchStmt()276 bool HasVar = Record.readInt(); in VisitWhileStmt() local280 if (HasVar) in VisitWhileStmt()