Searched refs:hasInit (Results 1 – 9 of 9) sorted by relevance
1242 if (isOutOfLine() && (hasInit() || in isThisDeclarationADefinition()1255 if (hasInit()) in isThisDeclarationADefinition()1265 if (PrevVar->getLinkage() == InternalLinkage && PrevVar->hasInit()) in isThisDeclarationADefinition()
476 if (D->hasInit()) dispatch(D->getInit()); in visitVarDeclChildren()
1123 Environment out = var->hasInit() ? VisitStmt(var->getInit(), env) : env; in VisitDecl()
5033 bool hasInit = (ND->getInit() != 0); in RewriteByRefVar() local5036 if (hasInit) in RewriteByRefVar()5040 hasInit = false; in RewriteByRefVar()5080 if (!hasInit) { in RewriteByRefVar()
4353 bool hasInit = (ND->getInit() != 0); in RewriteByRefVar() local4362 if (!hasInit) { in RewriteByRefVar()
1022 bool hasInit() const { in hasInit() function
3546 V->getType()->isReferenceType() && V->hasInit()) { in EvalAddr()3708 if (V->hasInit()) { in EvalVal()
10812 !(Var->isStaticDataMember() && Var->hasInit())) { in MarkVarDeclODRUsed()
913 cast<VarDecl>(Global)->hasInit()) { in EmitGlobal()