Lines Matching defs:DiagLoc
2203 EvalInfo &Info, SourceLocation DiagLoc,
2433 EvalInfo &Info, SourceLocation DiagLoc,
2440 Info.FFDiag(DiagLoc, diag::note_constexpr_uninitialized)
2445 Info.FFDiag(DiagLoc, diag::note_constexpr_uninitialized)
2462 if (!CheckEvaluationResult(CERK, Info, DiagLoc, EltTy,
2469 return CheckEvaluationResult(CERK, Info, DiagLoc, EltTy,
2475 CERK, Info, DiagLoc, Value.getUnionField()->getType(),
2490 if (!CheckEvaluationResult(CERK, Info, DiagLoc, BS.getType(), BaseValue,
2501 if (!CheckEvaluationResult(CERK, Info, DiagLoc, I->getType(),
2512 return CheckLValueConstantExpression(Info, DiagLoc, Type, LVal, Kind,
2518 return CheckMemberPointerConstantExpression(Info, DiagLoc, Type, Value, Kind);
2527 static bool CheckConstantExpression(EvalInfo &Info, SourceLocation DiagLoc,
2536 Info, DiagLoc, Type, Value, Kind,
2542 static bool CheckFullyInitialized(EvalInfo &Info, SourceLocation DiagLoc,
2546 CheckEvaluationResultKind::FullyInitialized, Info, DiagLoc, Type, Value,