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

/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp39 /// GotoScope - This is a record that we use to keep track of all of the
44 struct GotoScope { struct in class:__anon1465::JumpScopeChecker
60 GotoScope(unsigned parentScope, unsigned InDiag, unsigned OutDiag, function in struct:__anon1465::JumpScopeChecker::GotoScope
65 SmallVector<GotoScope, 48> Scopes;
98 Scopes.push_back(GotoScope(~0U, ~0U, ~0U, SourceLocation()));
220 Scopes.push_back(GotoScope(ParentScope, Diags.first, Diags.second,
263 Scopes.push_back(GotoScope(ParentScope,
336 Scopes.push_back(GotoScope(ParentScope,
343 Scopes.push_back(GotoScope(ParentScope,
349 Scopes.push_back(GotoScope(ParentScop
[all...]

Completed in 60 milliseconds