Searched defs:HasInit (Results 1 – 6 of 6) sorted by relevance
915 bool HasInit = Init != nullptr; in IfStmt() local936 IfStmt::IfStmt(EmptyShell Empty, bool HasElse, bool HasVar, bool HasInit) in IfStmt()949 bool HasInit = Init != nullptr; in Create() local959 bool HasInit) { in CreateEmpty()1043 bool HasInit = Init != nullptr; in SwitchStmt() local1059 SwitchStmt::SwitchStmt(EmptyShell Empty, bool HasInit, bool HasVar) in SwitchStmt()1069 bool HasInit = Init != nullptr; in Create() local1077 SwitchStmt *SwitchStmt::CreateEmpty(const ASTContext &Ctx, bool HasInit, in CreateEmpty()
297 const bool HasInit = D->hasInit(); in VisitVarDecl() local
252 bool HasInit = Initializer != nullptr; in Create() local267 bool HasInit, unsigned NumPlacementArgs, in CreateEmpty()
219 bool HasInit = Record.readInt(); in VisitIfStmt() local240 bool HasInit = Record.readInt(); in VisitSwitchStmt() local1860 bool HasInit = Record.readInt(); in VisitCXXNewExpr() local
139 bool HasInit = S->getInit() != nullptr; in VisitIfStmt() local167 bool HasInit = S->getInit() != nullptr; in VisitSwitchStmt() local
173 unsigned HasInit : 1; variable185 unsigned HasInit : 1; variable