• Home
  • Raw
  • Download

Lines Matching refs:PartialDiagnosticAt

1427 typedef SmallVector<PartialDiagnosticAt, 1> OptionalNotes;
1428 typedef std::pair<PartialDiagnosticAt, OptionalNotes> DelayedDiag;
1461 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) << Kind << LockName); in warnLockMismatch()
1483 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_cannot_resolve_lock) in handleInvalidLockExp()
1496 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_unlock_kind_mismatch) in handleIncorrectUnlockKind()
1527 PartialDiagnosticAt Warning(LocEndOfScope, S.PDiag(DiagID) << Kind in handleMutexHeldEndOfScope()
1530 PartialDiagnosticAt Note(LocLocked, S.PDiag(diag::note_locked_here) in handleMutexHeldEndOfScope()
1541 PartialDiagnosticAt Warning(Loc1, in handleExclusiveAndShared()
1544 PartialDiagnosticAt Note(Loc2, S.PDiag(diag::note_lock_exclusive_and_shared) in handleExclusiveAndShared()
1557 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) in handleNoMutexHeld()
1579 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) << Kind in handleMutexNotHeld()
1582 PartialDiagnosticAt Note(Loc, S.PDiag(diag::note_found_mutex_near_match) in handleMutexNotHeld()
1597 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) << Kind in handleMutexNotHeld()
1606 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_fun_excludes_mutex) in handleFunExcludesLock()
1642 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_loop_state_mismatch) << in warnLoopStateMismatch()
1653 PartialDiagnosticAt Warning(Loc, S.PDiag( in warnParamReturnTypestateMismatch()
1663 PartialDiagnosticAt Warning(Loc, S.PDiag( in warnParamTypestateMismatch()
1671 PartialDiagnosticAt Warning(Loc, S.PDiag( in warnReturnTypestateForUnconsumableType()
1680 PartialDiagnosticAt Warning(Loc, S.PDiag( in warnReturnTypestateMismatch()
1689 PartialDiagnosticAt Warning(Loc, S.PDiag( in warnUseOfTempInInvalidState()
1698 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_use_in_invalid_state) << in warnUseInInvalidState()