Searched refs:InDiagNote (Results 1 – 1 of 1) sorted by relevance
868 static bool IsMicrosoftJumpWarning(unsigned JumpDiag, unsigned InDiagNote) { in IsMicrosoftJumpWarning() argument870 (InDiagNote == diag::note_protected_by_variable_init || in IsMicrosoftJumpWarning()871 InDiagNote == diag::note_protected_by_variable_nontriv_destructor)); in IsMicrosoftJumpWarning()876 static bool IsCXX98CompatWarning(Sema &S, unsigned InDiagNote) { in IsCXX98CompatWarning() argument878 InDiagNote == diag::note_protected_by_variable_non_pod; in IsCXX98CompatWarning()883 static bool IsCppCompatWarning(Sema &S, unsigned InDiagNote) { in IsCppCompatWarning() argument885 InDiagNote == diag::note_protected_by_variable_init; in IsCppCompatWarning()