Home
last modified time | relevance | path

Searched refs:InDiagNote (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DJumpDiagnostics.cpp762 static bool IsMicrosoftJumpWarning(unsigned JumpDiag, unsigned InDiagNote) { in IsMicrosoftJumpWarning() argument
764 (InDiagNote == diag::note_protected_by_variable_init || in IsMicrosoftJumpWarning()
765 InDiagNote == diag::note_protected_by_variable_nontriv_destructor)); in IsMicrosoftJumpWarning()
770 static bool IsCXX98CompatWarning(Sema &S, unsigned InDiagNote) { in IsCXX98CompatWarning() argument
772 InDiagNote == diag::note_protected_by_variable_non_pod; in IsCXX98CompatWarning()