Lines Matching refs:PartialDiagnosticAt
1449 typedef SmallVector<PartialDiagnosticAt, 1> OptionalNotes;
1450 typedef std::pair<PartialDiagnosticAt, OptionalNotes> DelayedDiag;
1482 PartialDiagnosticAt FNote(CurrentFunction->getBody()->getLocStart(), in getNotes()
1490 OptionalNotes getNotes(const PartialDiagnosticAt &Note) const { in getNotes()
1493 PartialDiagnosticAt FNote(CurrentFunction->getBody()->getLocStart(), in getNotes()
1501 OptionalNotes getNotes(const PartialDiagnosticAt &Note1, in getNotes()
1502 const PartialDiagnosticAt &Note2) const { in getNotes()
1507 PartialDiagnosticAt FNote(CurrentFunction->getBody()->getLocStart(), in getNotes()
1522 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) << Kind << LockName); in warnLockMismatch()
1547 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_cannot_resolve_lock) in handleInvalidLockExp()
1562 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_unlock_kind_mismatch) in handleIncorrectUnlockKind()
1594 PartialDiagnosticAt Warning(LocEndOfScope, S.PDiag(DiagID) << Kind in handleMutexHeldEndOfScope()
1597 PartialDiagnosticAt Note(LocLocked, S.PDiag(diag::note_locked_here) in handleMutexHeldEndOfScope()
1608 PartialDiagnosticAt Warning(Loc1, in handleExclusiveAndShared()
1611 PartialDiagnosticAt Note(Loc2, S.PDiag(diag::note_lock_exclusive_and_shared) in handleExclusiveAndShared()
1624 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) in handleNoMutexHeld()
1652 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) << Kind in handleMutexNotHeld()
1655 PartialDiagnosticAt Note(Loc, S.PDiag(diag::note_found_mutex_near_match) in handleMutexNotHeld()
1658 PartialDiagnosticAt VNote(D->getLocation(), in handleMutexNotHeld()
1682 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) << Kind in handleMutexNotHeld()
1686 PartialDiagnosticAt Note(D->getLocation(), in handleMutexNotHeld()
1697 PartialDiagnosticAt Warning(Loc, in handleNegativeNotHeld()
1705 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_fun_excludes_mutex) in handleFunExcludesLock()
1712 PartialDiagnosticAt Warning(Loc, in handleLockAcquiredBefore()
1718 PartialDiagnosticAt Warning(Loc, in handleBeforeAfterCycle()
1762 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_loop_state_mismatch) << in warnLoopStateMismatch()
1773 PartialDiagnosticAt Warning(Loc, S.PDiag( in warnParamReturnTypestateMismatch()
1783 PartialDiagnosticAt Warning(Loc, S.PDiag( in warnParamTypestateMismatch()
1791 PartialDiagnosticAt Warning(Loc, S.PDiag( in warnReturnTypestateForUnconsumableType()
1800 PartialDiagnosticAt Warning(Loc, S.PDiag( in warnReturnTypestateMismatch()
1809 PartialDiagnosticAt Warning(Loc, S.PDiag( in warnUseOfTempInInvalidState()
1818 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_use_in_invalid_state) << in warnUseInInvalidState()