Lines Matching refs:Warning

1648                          PartialDiagnosticAt &&Warning) {  in addDelayedWarning()  argument
1649 DelayedBlockWarnings[Block].emplace_back(std::move(Warning)); in addDelayedWarning()
1699 PartialDiagnosticAt Warning(Where->getBeginLoc(), S.PDiag(DiagToReport) in handleNeverCalled() local
1706 Data.addDelayedWarning(Block, std::move(Warning)); in handleNeverCalled()
1708 S.Diag(Warning.first, Warning.second); in handleNeverCalled()
1851 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_cannot_resolve_lock) in handleInvalidLockExp() local
1853 Warnings.emplace_back(std::move(Warning), getNotes()); in handleInvalidLockExp()
1860 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_unlock_but_no_lock) in handleUnmatchedUnlock() local
1862 Warnings.emplace_back(std::move(Warning), in handleUnmatchedUnlock()
1872 PartialDiagnosticAt Warning( in handleIncorrectUnlockKind() local
1875 Warnings.emplace_back(std::move(Warning), in handleIncorrectUnlockKind()
1883 PartialDiagnosticAt Warning(LocDoubleLock, S.PDiag(diag::warn_double_lock) in handleDoubleLock() local
1885 Warnings.emplace_back(std::move(Warning), in handleDoubleLock()
1911 PartialDiagnosticAt Warning(LocEndOfScope, S.PDiag(DiagID) << Kind in handleMutexHeldEndOfScope() local
1913 Warnings.emplace_back(std::move(Warning), in handleMutexHeldEndOfScope()
1920 PartialDiagnosticAt Warning(Loc1, in handleExclusiveAndShared() local
1925 Warnings.emplace_back(std::move(Warning), getNotes(Note)); in handleExclusiveAndShared()
1935 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) in handleNoMutexHeld() local
1937 Warnings.emplace_back(std::move(Warning), getNotes()); in handleNoMutexHeld()
1963 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) << Kind in handleMutexNotHeld() local
1972 Warnings.emplace_back(std::move(Warning), getNotes(Note, VNote)); in handleMutexNotHeld()
1974 Warnings.emplace_back(std::move(Warning), getNotes(Note)); in handleMutexNotHeld()
1993 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) << Kind in handleMutexNotHeld() local
1999 Warnings.emplace_back(std::move(Warning), getNotes(Note)); in handleMutexNotHeld()
2001 Warnings.emplace_back(std::move(Warning), getNotes()); in handleMutexNotHeld()
2007 PartialDiagnosticAt Warning(Loc, in handleNegativeNotHeld() local
2010 Warnings.emplace_back(std::move(Warning), getNotes()); in handleNegativeNotHeld()
2015 PartialDiagnosticAt Warning( in handleNegativeNotHeld() local
2017 Warnings.emplace_back(std::move(Warning), getNotes()); in handleNegativeNotHeld()
2022 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_fun_excludes_mutex) in handleFunExcludesLock() local
2024 Warnings.emplace_back(std::move(Warning), getNotes()); in handleFunExcludesLock()
2029 PartialDiagnosticAt Warning(Loc, in handleLockAcquiredBefore() local
2031 Warnings.emplace_back(std::move(Warning), getNotes()); in handleLockAcquiredBefore()
2035 PartialDiagnosticAt Warning(Loc, in handleBeforeAfterCycle() local
2037 Warnings.emplace_back(std::move(Warning), getNotes()); in handleBeforeAfterCycle()
2079 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_loop_state_mismatch) << in warnLoopStateMismatch() local
2082 Warnings.emplace_back(std::move(Warning), OptionalNotes()); in warnLoopStateMismatch()
2090 PartialDiagnosticAt Warning(Loc, S.PDiag( in warnParamReturnTypestateMismatch() local
2094 Warnings.emplace_back(std::move(Warning), OptionalNotes()); in warnParamReturnTypestateMismatch()
2100 PartialDiagnosticAt Warning(Loc, S.PDiag( in warnParamTypestateMismatch() local
2103 Warnings.emplace_back(std::move(Warning), OptionalNotes()); in warnParamTypestateMismatch()
2108 PartialDiagnosticAt Warning(Loc, S.PDiag( in warnReturnTypestateForUnconsumableType() local
2111 Warnings.emplace_back(std::move(Warning), OptionalNotes()); in warnReturnTypestateForUnconsumableType()
2117 PartialDiagnosticAt Warning(Loc, S.PDiag( in warnReturnTypestateMismatch() local
2120 Warnings.emplace_back(std::move(Warning), OptionalNotes()); in warnReturnTypestateMismatch()
2126 PartialDiagnosticAt Warning(Loc, S.PDiag( in warnUseOfTempInInvalidState() local
2129 Warnings.emplace_back(std::move(Warning), OptionalNotes()); in warnUseOfTempInInvalidState()
2135 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_use_in_invalid_state) << in warnUseInInvalidState() local
2138 Warnings.emplace_back(std::move(Warning), OptionalNotes()); in warnUseInInvalidState()