reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/AnalysisBasedWarnings.cpp
 1623                                 S.PDiag(diag::note_thread_warning_in_fun)
 1634                                 S.PDiag(diag::note_thread_warning_in_fun)
 1648                                 S.PDiag(diag::note_thread_warning_in_fun)
 1658                      LocLocked, S.PDiag(diag::note_locked_here) << Kind))
 1674     Warnings.sort(SortDiagBySourceLocation(S.getSourceManager()));
 1676       S.Diag(Diag.first.first, Diag.first.second);
 1678         S.Diag(Note.first, Note.second);
 1683     PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_cannot_resolve_lock)
 1692     PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_unlock_but_no_lock)
 1704         LocUnlock, S.PDiag(diag::warn_unlock_kind_mismatch)
 1714     PartialDiagnosticAt Warning(LocDoubleLock, S.PDiag(diag::warn_double_lock)
 1742     PartialDiagnosticAt Warning(LocEndOfScope, S.PDiag(DiagID) << Kind
 1752                                 S.PDiag(diag::warn_lock_exclusive_and_shared)
 1754     PartialDiagnosticAt Note(Loc2, S.PDiag(diag::note_lock_exclusive_and_shared)
 1767     PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID)
 1795       PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) << Kind
 1798       PartialDiagnosticAt Note(Loc, S.PDiag(diag::note_found_mutex_near_match)
 1802                                  S.PDiag(diag::note_guarded_by_declared_here)
 1825       PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) << Kind
 1830                                  S.PDiag(diag::note_guarded_by_declared_here));
 1840         S.PDiag(diag::warn_acquire_requires_negative_cap)
 1847     PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_fun_excludes_mutex)
 1855       S.PDiag(diag::warn_acquired_before) << Kind << L1Name << L2Name);
 1861       S.PDiag(diag::warn_acquired_before_after_cycle) << L1Name);