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

/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp45 /// InDiag - The note to emit if there is a jump into this scope.
46 unsigned InDiag; member in struct:__anon3850::JumpScopeChecker::GotoScope
56 GotoScope(unsigned parentScope, unsigned InDiag, unsigned OutDiag, argument
58 : ParentScope(parentScope), InDiag(InDiag), OutDiag(OutDiag), Loc(L) {}
126 unsigned InDiag = 0; local
128 InDiag = diag::note_protected_by_vla;
169 return ScopePair(InDiag, 0);
203 InDiag = diag::note_protected_by_variable_nontriv_destructor;
205 InDiag
[all...]

Completed in 37 milliseconds