Searched defs:GotoScope (Results 1 – 1 of 1) sorted by relevance
44 struct GotoScope { struct in __anond99f67050111::JumpScopeChecker47 unsigned ParentScope;50 unsigned InDiag;55 unsigned OutDiag;58 SourceLocation Loc;60 GotoScope(unsigned parentScope, unsigned InDiag, unsigned OutDiag, in GotoScope() function