Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DJumpDiagnostics.cpp49 struct GotoScope { struct in __anond6565a0e0111::JumpScopeChecker
52 unsigned ParentScope;
55 unsigned InDiag;
60 unsigned OutDiag;
63 SourceLocation Loc;
65 GotoScope(unsigned parentScope, unsigned InDiag, unsigned OutDiag, in GotoScope() argument