Home
last modified time | relevance | path

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

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