Searched defs:GotoScope (Results 1 – 1 of 1) sorted by relevance
49 struct GotoScope { struct in __anond6565a0e0111::JumpScopeChecker52 unsigned ParentScope;55 unsigned InDiag;60 unsigned OutDiag;63 SourceLocation Loc;65 GotoScope(unsigned parentScope, unsigned InDiag, unsigned OutDiag, in GotoScope() argument