Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DJumpDiagnostics.cpp44 struct GotoScope { struct in __anon232422ae0111::JumpScopeChecker
60 GotoScope(unsigned parentScope, unsigned InDiag, unsigned OutDiag, in GotoScope() function
65 SmallVector<GotoScope, 48> Scopes;
98 Scopes.push_back(GotoScope(~0U, ~0U, ~0U, SourceLocation())); in JumpScopeChecker()
220 Scopes.push_back(GotoScope(ParentScope, Diags.first, Diags.second, in BuildScopeInformation()
263 Scopes.push_back(GotoScope(ParentScope, in BuildScopeInformation()
336 Scopes.push_back(GotoScope(ParentScope, in BuildScopeInformation()
343 Scopes.push_back(GotoScope(ParentScope, in BuildScopeInformation()
349 Scopes.push_back(GotoScope(ParentScope, in BuildScopeInformation()
361 Scopes.push_back(GotoScope(ParentScope, in BuildScopeInformation()
[all …]