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

/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp35 /// GotoScope - This is a record that we use to keep track of all of the
40 struct GotoScope { struct in class:__anon163::JumpScopeChecker
56 GotoScope(unsigned parentScope, unsigned InDiag, unsigned OutDiag, function in struct:__anon163::JumpScopeChecker::GotoScope
61 SmallVector<GotoScope, 48> Scopes;
91 Scopes.push_back(GotoScope(~0U, ~0U, ~0U, SourceLocation()));
224 Scopes.push_back(GotoScope(ParentScope, Diags.first, Diags.second,
267 Scopes.push_back(GotoScope(ParentScope,
371 Scopes.push_back(GotoScope(ParentScope,
381 Scopes.push_back(GotoScope(ParentScope,
392 Scopes.push_back(GotoScope(ParentScop
[all...]

Completed in 64 milliseconds