Searched defs:JumpDiag (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp81 unsigned JumpDiag, unsigned JumpDiagWarning,
648 static bool IsMicrosoftJumpWarning(unsigned JumpDiag, unsigned InDiagNote) { argument
649 return (JumpDiag == diag::err_goto_into_protected_scope &&

Completed in 57 milliseconds