Searched refs: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:__anon163::JumpScopeChecker::GotoScope
56 GotoScope(unsigned parentScope, unsigned InDiag, unsigned OutDiag, argument
58 : ParentScope(parentScope), InDiag(InDiag), OutDiag(OutDiag), Loc(L) {}
126 unsigned InDiag = 0, OutDiag = 0; local
128 InDiag = diag::note_protected_by_vla;
195 InDiag = inDiagToUse;
203 return ScopePair(InDiag, OutDiag);
520 /// A path in is trivial if none of the entered scopes have an InDiag
[all...]

Completed in 195 milliseconds