Lines Matching refs:PartialDiagnosticAt
1423 typedef SmallVector<PartialDiagnosticAt, 1> OptionalNotes;
1424 typedef std::pair<PartialDiagnosticAt, OptionalNotes> DelayedDiag;
1456 PartialDiagnosticAt FNote(CurrentFunction->getBody()->getLocStart(), in getNotes()
1464 OptionalNotes getNotes(const PartialDiagnosticAt &Note) const { in getNotes()
1467 PartialDiagnosticAt FNote(CurrentFunction->getBody()->getLocStart(), in getNotes()
1475 OptionalNotes getNotes(const PartialDiagnosticAt &Note1, in getNotes()
1476 const PartialDiagnosticAt &Note2) const { in getNotes()
1481 PartialDiagnosticAt FNote(CurrentFunction->getBody()->getLocStart(), in getNotes()
1496 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) << Kind << LockName); in warnLockMismatch()
1521 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_cannot_resolve_lock) in handleInvalidLockExp()
1536 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_unlock_kind_mismatch) in handleIncorrectUnlockKind()
1568 PartialDiagnosticAt Warning(LocEndOfScope, S.PDiag(DiagID) << Kind in handleMutexHeldEndOfScope()
1571 PartialDiagnosticAt Note(LocLocked, S.PDiag(diag::note_locked_here) in handleMutexHeldEndOfScope()
1582 PartialDiagnosticAt Warning(Loc1, in handleExclusiveAndShared()
1585 PartialDiagnosticAt Note(Loc2, S.PDiag(diag::note_lock_exclusive_and_shared) in handleExclusiveAndShared()
1598 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) in handleNoMutexHeld()
1626 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) << Kind in handleMutexNotHeld()
1629 PartialDiagnosticAt Note(Loc, S.PDiag(diag::note_found_mutex_near_match) in handleMutexNotHeld()
1632 PartialDiagnosticAt VNote(D->getLocation(), in handleMutexNotHeld()
1656 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) << Kind in handleMutexNotHeld()
1660 PartialDiagnosticAt Note(D->getLocation(), in handleMutexNotHeld()
1671 PartialDiagnosticAt Warning(Loc, in handleNegativeNotHeld()
1679 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_fun_excludes_mutex) in handleFunExcludesLock()
1686 PartialDiagnosticAt Warning(Loc, in handleLockAcquiredBefore()
1692 PartialDiagnosticAt Warning(Loc, in handleBeforeAfterCycle()
1736 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_loop_state_mismatch) << in warnLoopStateMismatch()
1747 PartialDiagnosticAt Warning(Loc, S.PDiag( in warnParamReturnTypestateMismatch()
1757 PartialDiagnosticAt Warning(Loc, S.PDiag( in warnParamTypestateMismatch()
1765 PartialDiagnosticAt Warning(Loc, S.PDiag( in warnReturnTypestateForUnconsumableType()
1774 PartialDiagnosticAt Warning(Loc, S.PDiag( in warnReturnTypestateMismatch()
1783 PartialDiagnosticAt Warning(Loc, S.PDiag( in warnUseOfTempInInvalidState()
1792 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_use_in_invalid_state) << in warnUseInInvalidState()