Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp50 struct GotoScope { struct in __anon116d3ae30111::JumpScopeChecker
53 unsigned ParentScope;
56 unsigned InDiag;
61 unsigned OutDiag;
64 SourceLocation Loc;
66 GotoScope(unsigned parentScope, unsigned InDiag, unsigned OutDiag, in GotoScope() argument