Lines Matching refs:Warning

1672                          PartialDiagnosticAt &&Warning) {  in addDelayedWarning()  argument
1673 DelayedBlockWarnings[Block].emplace_back(std::move(Warning)); in addDelayedWarning()
1723 PartialDiagnosticAt Warning(Where->getBeginLoc(), S.PDiag(DiagToReport) in handleNeverCalled() local
1730 Data.addDelayedWarning(Block, std::move(Warning)); in handleNeverCalled()
1732 S.Diag(Warning.first, Warning.second); in handleNeverCalled()
1875 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_cannot_resolve_lock) in handleInvalidLockExp() local
1877 Warnings.emplace_back(std::move(Warning), getNotes()); in handleInvalidLockExp()
1884 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_unlock_but_no_lock) in handleUnmatchedUnlock() local
1886 Warnings.emplace_back(std::move(Warning), in handleUnmatchedUnlock()
1896 PartialDiagnosticAt Warning( in handleIncorrectUnlockKind() local
1899 Warnings.emplace_back(std::move(Warning), in handleIncorrectUnlockKind()
1907 PartialDiagnosticAt Warning(LocDoubleLock, S.PDiag(diag::warn_double_lock) in handleDoubleLock() local
1909 Warnings.emplace_back(std::move(Warning), in handleDoubleLock()
1935 PartialDiagnosticAt Warning(LocEndOfScope, S.PDiag(DiagID) << Kind in handleMutexHeldEndOfScope() local
1937 Warnings.emplace_back(std::move(Warning), in handleMutexHeldEndOfScope()
1944 PartialDiagnosticAt Warning(Loc1, in handleExclusiveAndShared() local
1949 Warnings.emplace_back(std::move(Warning), getNotes(Note)); in handleExclusiveAndShared()
1959 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) in handleNoMutexHeld() local
1961 Warnings.emplace_back(std::move(Warning), getNotes()); in handleNoMutexHeld()
1993 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) << Kind in handleMutexNotHeld() local
2002 Warnings.emplace_back(std::move(Warning), getNotes(Note, VNote)); in handleMutexNotHeld()
2004 Warnings.emplace_back(std::move(Warning), getNotes(Note)); in handleMutexNotHeld()
2029 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) << Kind in handleMutexNotHeld() local
2035 Warnings.emplace_back(std::move(Warning), getNotes(Note)); in handleMutexNotHeld()
2037 Warnings.emplace_back(std::move(Warning), getNotes()); in handleMutexNotHeld()
2043 PartialDiagnosticAt Warning(Loc, in handleNegativeNotHeld() local
2046 Warnings.emplace_back(std::move(Warning), getNotes()); in handleNegativeNotHeld()
2051 PartialDiagnosticAt Warning( in handleNegativeNotHeld() local
2053 Warnings.emplace_back(std::move(Warning), getNotes()); in handleNegativeNotHeld()
2058 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_fun_excludes_mutex) in handleFunExcludesLock() local
2060 Warnings.emplace_back(std::move(Warning), getNotes()); in handleFunExcludesLock()
2065 PartialDiagnosticAt Warning(Loc, in handleLockAcquiredBefore() local
2067 Warnings.emplace_back(std::move(Warning), getNotes()); in handleLockAcquiredBefore()
2071 PartialDiagnosticAt Warning(Loc, in handleBeforeAfterCycle() local
2073 Warnings.emplace_back(std::move(Warning), getNotes()); in handleBeforeAfterCycle()
2115 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_loop_state_mismatch) << in warnLoopStateMismatch() local
2118 Warnings.emplace_back(std::move(Warning), OptionalNotes()); in warnLoopStateMismatch()
2126 PartialDiagnosticAt Warning(Loc, S.PDiag( in warnParamReturnTypestateMismatch() local
2130 Warnings.emplace_back(std::move(Warning), OptionalNotes()); in warnParamReturnTypestateMismatch()
2136 PartialDiagnosticAt Warning(Loc, S.PDiag( in warnParamTypestateMismatch() local
2139 Warnings.emplace_back(std::move(Warning), OptionalNotes()); in warnParamTypestateMismatch()
2144 PartialDiagnosticAt Warning(Loc, S.PDiag( in warnReturnTypestateForUnconsumableType() local
2147 Warnings.emplace_back(std::move(Warning), OptionalNotes()); in warnReturnTypestateForUnconsumableType()
2153 PartialDiagnosticAt Warning(Loc, S.PDiag( in warnReturnTypestateMismatch() local
2156 Warnings.emplace_back(std::move(Warning), OptionalNotes()); in warnReturnTypestateMismatch()
2162 PartialDiagnosticAt Warning(Loc, S.PDiag( in warnUseOfTempInInvalidState() local
2165 Warnings.emplace_back(std::move(Warning), OptionalNotes()); in warnUseOfTempInInvalidState()
2171 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_use_in_invalid_state) << in warnUseInInvalidState() local
2174 Warnings.emplace_back(std::move(Warning), OptionalNotes()); in warnUseInInvalidState()