Searched refs:GotoScope (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | JumpDiagnostics.cpp | 44 struct GotoScope { struct in __anond99f67050111::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() 324 Scopes.push_back(GotoScope(ParentScope, in BuildScopeInformation() 334 Scopes.push_back(GotoScope(ParentScope, in BuildScopeInformation() 347 Scopes.push_back(GotoScope(ParentScope, in BuildScopeInformation() 356 Scopes.push_back(GotoScope(ParentScope, in BuildScopeInformation() [all …]
|