Lines Matching refs:PDiag

1723     PartialDiagnosticAt Warning(Where->getBeginLoc(), S.PDiag(DiagToReport)  in handleNeverCalled()
1807 S.PDiag(diag::note_thread_warning_in_fun) in getNotes()
1818 S.PDiag(diag::note_thread_warning_in_fun) in getNotes()
1832 S.PDiag(diag::note_thread_warning_in_fun) in getNotes()
1842 LocLocked, S.PDiag(diag::note_locked_here) << Kind)) in makeLockedHereNote()
1850 LocUnlocked, S.PDiag(diag::note_unlocked_here) << Kind)) in makeUnlockedHereNote()
1875 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_cannot_resolve_lock) in handleInvalidLockExp()
1884 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_unlock_but_no_lock) in handleUnmatchedUnlock()
1897 LocUnlock, S.PDiag(diag::warn_unlock_kind_mismatch) in handleIncorrectUnlockKind()
1907 PartialDiagnosticAt Warning(LocDoubleLock, S.PDiag(diag::warn_double_lock) in handleDoubleLock()
1935 PartialDiagnosticAt Warning(LocEndOfScope, S.PDiag(DiagID) << Kind in handleMutexHeldEndOfScope()
1945 S.PDiag(diag::warn_lock_exclusive_and_shared) in handleExclusiveAndShared()
1947 PartialDiagnosticAt Note(Loc2, S.PDiag(diag::note_lock_exclusive_and_shared) in handleExclusiveAndShared()
1959 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) in handleNoMutexHeld()
1993 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) << Kind in handleMutexNotHeld()
1996 PartialDiagnosticAt Note(Loc, S.PDiag(diag::note_found_mutex_near_match) in handleMutexNotHeld()
2000 S.PDiag(diag::note_guarded_by_declared_here) in handleMutexNotHeld()
2029 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) << Kind in handleMutexNotHeld()
2034 S.PDiag(diag::note_guarded_by_declared_here)); in handleMutexNotHeld()
2044 S.PDiag(diag::warn_acquire_requires_negative_cap) in handleNegativeNotHeld()
2052 Loc, S.PDiag(diag::warn_fun_requires_negative_cap) << D << LockName); in handleNegativeNotHeld()
2058 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_fun_excludes_mutex) in handleFunExcludesLock()
2066 S.PDiag(diag::warn_acquired_before) << Kind << L1Name << L2Name); in handleLockAcquiredBefore()
2072 S.PDiag(diag::warn_acquired_before_after_cycle) << L1Name); in handleBeforeAfterCycle()
2115 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_loop_state_mismatch) << in warnLoopStateMismatch()
2126 PartialDiagnosticAt Warning(Loc, S.PDiag( in warnParamReturnTypestateMismatch()
2136 PartialDiagnosticAt Warning(Loc, S.PDiag( in warnParamTypestateMismatch()
2144 PartialDiagnosticAt Warning(Loc, S.PDiag( in warnReturnTypestateForUnconsumableType()
2153 PartialDiagnosticAt Warning(Loc, S.PDiag( in warnReturnTypestateMismatch()
2162 PartialDiagnosticAt Warning(Loc, S.PDiag( in warnUseOfTempInInvalidState()
2171 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_use_in_invalid_state) << in warnUseInInvalidState()