Searched refs:OutDiag (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DJumpDiagnostics.cpp48 /// OutDiag - The note to emit if there is an indirect jump out
51 unsigned OutDiag; member in struct:__anon3346::JumpScopeChecker::GotoScope
56 GotoScope(unsigned parentScope, unsigned InDiag, unsigned OutDiag, argument
58 : ParentScope(parentScope), InDiag(InDiag), OutDiag(OutDiag), Loc(L) {}
196 unsigned OutDiag = 0; local
198 OutDiag = diag::note_exits_dtor;
207 if (OutDiag)
211 return ScopePair(InDiag, OutDiag);
215 return ScopePair(diag::note_protected_by_variable_init, OutDiag);
[all...]

Completed in 187 milliseconds