Searched refs:hasInit (Results 1 – 16 of 16) sorted by relevance
65 !(Var->isStaticDataMember() && Var->hasInit())) { in MarkVarDeclODRUsed()
1105 Environment out = var->hasInit() ? VisitStmt(var->getInit(), env) : env; in VisitDecl()
928 if (Var->hasInit()) { in VisitVarDecl()
1895 (hasInit() || in isThisDeclarationADefinition()1915 if (hasInit()) in isThisDeclarationADefinition()
1287 if (!VD || !VD->hasInit()) in CheckForNullPtr()
1152 if (D->hasInit()) { in VisitVarDecl()
4897 !VD->getFirstDecl()->isOutOfLine() && VD->getFirstDecl()->hasInit(); in isMSStaticDataMemberInlineDefinition()
5189 bool hasInit = (ND->getInit() != nullptr); in RewriteByRefVar() local5192 if (hasInit) in RewriteByRefVar()5196 hasInit = false; in RewriteByRefVar()5236 if (!hasInit) { in RewriteByRefVar()
4270 bool hasInit = (ND->getInit() != nullptr); in RewriteByRefVar() local4279 if (!hasInit) { in RewriteByRefVar()
3773 (PatternDecl = PatternDecl->getFirstDecl())->hasInit() && in InstantiateVariableDefinition()3774 !Var->hasInit()) { in InstantiateVariableDefinition()
2121 if (Var->hasInit()) { in CheckInit()5587 if (!RHSVD->hasInit()) { in ActOnOpenMPReductionClause()
5241 V->getType()->isReferenceType() && V->hasInit()) { in EvalAddr()5415 if (V->hasInit()) { in EvalVal()
5220 if (VD->hasInit()) { in checkAttributesAfterMerging()9556 } else if (getLangOpts().CPlusPlus && var->hasInit() && in CheckCompleteVariableDeclaration()
912 !VD->hasInit() && !VD->isCXXForRangeDecl()) { in CheckConstexprDeclStmt()
1055 bool hasInit() const { in hasInit() function
1396 cast<VarDecl>(Global)->hasInit()) { in EmitGlobal()