Home
last modified time | relevance | path

Searched defs:GotoScope (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DJumpDiagnostics.cpp44 struct GotoScope { struct in __anonf20675a40111::JumpScopeChecker
47 unsigned ParentScope;
50 unsigned InDiag;
55 unsigned OutDiag;
58 SourceLocation Loc;
60 GotoScope(unsigned parentScope, unsigned InDiag, unsigned OutDiag, in GotoScope() argument