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