Lines Matching defs:EmitDiags
7824 bool checkAndSetInit(Stmt *S, bool EmitDiags = true);
7893 bool EmitDiags);
7913 Expr *NewLB, bool EmitDiags) {
7928 if (EmitDiags)
8123 bool OpenMPIterationSpaceChecker::checkAndSetInit(Stmt *S, bool EmitDiags) {
8133 if (EmitDiags) {
8152 EmitDiags);
8153 return setLCDeclAndLB(DRE->getDecl(), DRE, BO->getRHS(), EmitDiags);
8159 EmitDiags);
8167 if (Var->getInitStyle() != VarDecl::CInit && EmitDiags)
8176 Var->getInit(), EmitDiags);
8187 EmitDiags);
8188 return setLCDeclAndLB(DRE->getDecl(), DRE, CE->getArg(1), EmitDiags);
8194 EmitDiags);
8201 if (EmitDiags) {
9066 if (!ISC.checkAndSetInit(Init, /*EmitDiags=*/false)) {