Lines Matching refs:Warning

1644                          PartialDiagnosticAt &&Warning) {  in addDelayedWarning()  argument
1645 DelayedBlockWarnings[Block].emplace_back(std::move(Warning)); in addDelayedWarning()
1695 PartialDiagnosticAt Warning(Where->getBeginLoc(), S.PDiag(DiagToReport) in handleNeverCalled() local
1702 Data.addDelayedWarning(Block, std::move(Warning)); in handleNeverCalled()
1704 S.Diag(Warning.first, Warning.second); in handleNeverCalled()
1847 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_cannot_resolve_lock) in handleInvalidLockExp() local
1849 Warnings.emplace_back(std::move(Warning), getNotes()); in handleInvalidLockExp()
1856 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_unlock_but_no_lock) in handleUnmatchedUnlock() local
1858 Warnings.emplace_back(std::move(Warning), in handleUnmatchedUnlock()
1868 PartialDiagnosticAt Warning( in handleIncorrectUnlockKind() local
1871 Warnings.emplace_back(std::move(Warning), in handleIncorrectUnlockKind()
1879 PartialDiagnosticAt Warning(LocDoubleLock, S.PDiag(diag::warn_double_lock) in handleDoubleLock() local
1881 Warnings.emplace_back(std::move(Warning), in handleDoubleLock()
1907 PartialDiagnosticAt Warning(LocEndOfScope, S.PDiag(DiagID) << Kind in handleMutexHeldEndOfScope() local
1909 Warnings.emplace_back(std::move(Warning), in handleMutexHeldEndOfScope()
1916 PartialDiagnosticAt Warning(Loc1, in handleExclusiveAndShared() local
1921 Warnings.emplace_back(std::move(Warning), getNotes(Note)); in handleExclusiveAndShared()
1931 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) in handleNoMutexHeld() local
1933 Warnings.emplace_back(std::move(Warning), getNotes()); in handleNoMutexHeld()
1959 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) << Kind in handleMutexNotHeld() local
1968 Warnings.emplace_back(std::move(Warning), getNotes(Note, VNote)); in handleMutexNotHeld()
1970 Warnings.emplace_back(std::move(Warning), getNotes(Note)); in handleMutexNotHeld()
1989 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) << Kind in handleMutexNotHeld() local
1995 Warnings.emplace_back(std::move(Warning), getNotes(Note)); in handleMutexNotHeld()
1997 Warnings.emplace_back(std::move(Warning), getNotes()); in handleMutexNotHeld()
2003 PartialDiagnosticAt Warning(Loc, in handleNegativeNotHeld() local
2006 Warnings.emplace_back(std::move(Warning), getNotes()); in handleNegativeNotHeld()
2011 PartialDiagnosticAt Warning( in handleNegativeNotHeld() local
2013 Warnings.emplace_back(std::move(Warning), getNotes()); in handleNegativeNotHeld()
2018 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_fun_excludes_mutex) in handleFunExcludesLock() local
2020 Warnings.emplace_back(std::move(Warning), getNotes()); in handleFunExcludesLock()
2025 PartialDiagnosticAt Warning(Loc, in handleLockAcquiredBefore() local
2027 Warnings.emplace_back(std::move(Warning), getNotes()); in handleLockAcquiredBefore()
2031 PartialDiagnosticAt Warning(Loc, in handleBeforeAfterCycle() local
2033 Warnings.emplace_back(std::move(Warning), getNotes()); in handleBeforeAfterCycle()
2075 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_loop_state_mismatch) << in warnLoopStateMismatch() local
2078 Warnings.emplace_back(std::move(Warning), OptionalNotes()); in warnLoopStateMismatch()
2086 PartialDiagnosticAt Warning(Loc, S.PDiag( in warnParamReturnTypestateMismatch() local
2090 Warnings.emplace_back(std::move(Warning), OptionalNotes()); in warnParamReturnTypestateMismatch()
2096 PartialDiagnosticAt Warning(Loc, S.PDiag( in warnParamTypestateMismatch() local
2099 Warnings.emplace_back(std::move(Warning), OptionalNotes()); in warnParamTypestateMismatch()
2104 PartialDiagnosticAt Warning(Loc, S.PDiag( in warnReturnTypestateForUnconsumableType() local
2107 Warnings.emplace_back(std::move(Warning), OptionalNotes()); in warnReturnTypestateForUnconsumableType()
2113 PartialDiagnosticAt Warning(Loc, S.PDiag( in warnReturnTypestateMismatch() local
2116 Warnings.emplace_back(std::move(Warning), OptionalNotes()); in warnReturnTypestateMismatch()
2122 PartialDiagnosticAt Warning(Loc, S.PDiag( in warnUseOfTempInInvalidState() local
2125 Warnings.emplace_back(std::move(Warning), OptionalNotes()); in warnUseOfTempInInvalidState()
2131 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_use_in_invalid_state) << in warnUseInInvalidState() local
2134 Warnings.emplace_back(std::move(Warning), OptionalNotes()); in warnUseInInvalidState()