Home | History | Annotate | Download | only in Sema

Lines Matching full:diagid

644   void warnLockMismatch(unsigned DiagID, Name LockName, SourceLocation Loc) {
649 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) << LockName);
688 unsigned DiagID = 0;
691 DiagID = diag::warn_lock_some_predecessors;
694 DiagID = diag::warn_expecting_lock_held_on_loop;
697 DiagID = diag::warn_no_unlock;
703 PartialDiagnosticAt Warning(LocEndOfScope, S.PDiag(DiagID) << LockName);
722 unsigned DiagID = POK == POK_VarAccess?
725 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID)
732 unsigned DiagID = 0;
735 DiagID = diag::warn_variable_requires_lock;
738 DiagID = diag::warn_var_deref_requires_lock;
741 DiagID = diag::warn_fun_requires_lock;
744 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID)