Searched defs:HasInit (Results 1 – 7 of 7) sorted by relevance
928 bool HasInit = Init != nullptr; in IfStmt() local949 IfStmt::IfStmt(EmptyShell Empty, bool HasElse, bool HasVar, bool HasInit) in IfStmt()962 bool HasInit = Init != nullptr; in Create() local972 bool HasInit) { in CreateEmpty()1056 bool HasInit = Init != nullptr; in SwitchStmt() local1072 SwitchStmt::SwitchStmt(EmptyShell Empty, bool HasInit, bool HasVar) in SwitchStmt()1082 bool HasInit = Init != nullptr; in Create() local1090 SwitchStmt *SwitchStmt::CreateEmpty(const ASTContext &Ctx, bool HasInit, in CreateEmpty()
307 const bool HasInit = D->hasInit(); in VisitVarDecl() local
253 bool HasInit = Initializer != nullptr; in Create() local268 bool HasInit, unsigned NumPlacementArgs, in CreateEmpty()
223 bool HasInit = Record.readInt(); in VisitIfStmt() local245 bool HasInit = Record.readInt(); in VisitSwitchStmt() local1867 bool HasInit = Record.readInt(); in VisitCXXNewExpr() local
142 bool HasInit = S->getInit() != nullptr; in VisitIfStmt() local169 bool HasInit = S->getInit() != nullptr; in VisitSwitchStmt() local
1508 bool HasInit = GlobalVar->hasInitializer() && in selectGlobalValue() local
178 unsigned HasInit : 1; variable190 unsigned HasInit : 1; variable