Searched defs:GotoScope (Results 1 – 1 of 1) sorted by relevance
50 struct GotoScope { struct in __anon116d3ae30111::JumpScopeChecker53 unsigned ParentScope;56 unsigned InDiag;61 unsigned OutDiag;64 SourceLocation Loc;66 GotoScope(unsigned parentScope, unsigned InDiag, unsigned OutDiag, in GotoScope() argument