D | JumpDiagnostics.cpp | 37 const bool Permissive; member in __anond99f67050111::JumpScopeChecker 93 #define CHECK_PERMISSIVE(x) (assert(Permissive || !(x)), (Permissive && (x))) 96 : S(s), Permissive(s.hasAnyUnrecoverableErrorsInThisFunction()) { in JumpScopeChecker()
|