Lines Matching defs:Warning

1672                          PartialDiagnosticAt &&Warning) {
1673 DelayedBlockWarnings[Block].emplace_back(std::move(Warning));
1723 PartialDiagnosticAt Warning(Where->getBeginLoc(), S.PDiag(DiagToReport)
1730 Data.addDelayedWarning(Block, std::move(Warning));
1732 S.Diag(Warning.first, Warning.second);
1875 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_cannot_resolve_lock)
1877 Warnings.emplace_back(std::move(Warning), getNotes());
1884 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_unlock_but_no_lock)
1886 Warnings.emplace_back(std::move(Warning),
1896 PartialDiagnosticAt Warning(
1899 Warnings.emplace_back(std::move(Warning),
1907 PartialDiagnosticAt Warning(LocDoubleLock, S.PDiag(diag::warn_double_lock)
1909 Warnings.emplace_back(std::move(Warning),
1935 PartialDiagnosticAt Warning(LocEndOfScope, S.PDiag(DiagID) << Kind
1937 Warnings.emplace_back(std::move(Warning),
1944 PartialDiagnosticAt Warning(Loc1,
1949 Warnings.emplace_back(std::move(Warning), getNotes(Note));
1959 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID)
1961 Warnings.emplace_back(std::move(Warning), getNotes());
1993 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) << Kind
2002 Warnings.emplace_back(std::move(Warning), getNotes(Note, VNote));
2004 Warnings.emplace_back(std::move(Warning), getNotes(Note));
2029 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) << Kind
2035 Warnings.emplace_back(std::move(Warning), getNotes(Note));
2037 Warnings.emplace_back(std::move(Warning), getNotes());
2043 PartialDiagnosticAt Warning(Loc,
2046 Warnings.emplace_back(std::move(Warning), getNotes());
2051 PartialDiagnosticAt Warning(
2053 Warnings.emplace_back(std::move(Warning), getNotes());
2058 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_fun_excludes_mutex)
2060 Warnings.emplace_back(std::move(Warning), getNotes());
2065 PartialDiagnosticAt Warning(Loc,
2067 Warnings.emplace_back(std::move(Warning), getNotes());
2071 PartialDiagnosticAt Warning(Loc,
2073 Warnings.emplace_back(std::move(Warning), getNotes());
2115 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_loop_state_mismatch) <<
2118 Warnings.emplace_back(std::move(Warning), OptionalNotes());
2126 PartialDiagnosticAt Warning(Loc, S.PDiag(
2130 Warnings.emplace_back(std::move(Warning), OptionalNotes());
2136 PartialDiagnosticAt Warning(Loc, S.PDiag(
2139 Warnings.emplace_back(std::move(Warning), OptionalNotes());
2144 PartialDiagnosticAt Warning(Loc, S.PDiag(
2147 Warnings.emplace_back(std::move(Warning), OptionalNotes());
2153 PartialDiagnosticAt Warning(Loc, S.PDiag(
2156 Warnings.emplace_back(std::move(Warning), OptionalNotes());
2162 PartialDiagnosticAt Warning(Loc, S.PDiag(
2165 Warnings.emplace_back(std::move(Warning), OptionalNotes());
2171 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_use_in_invalid_state) <<
2174 Warnings.emplace_back(std::move(Warning), OptionalNotes());
2670 // Warning: check missing 'return'
2685 // Warning: check for unreachable code