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

/freebsd-10.1-release/contrib/llvm/tools/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:__anon3346::JumpScopeChecker
56 GotoScope(unsigned parentScope, unsigned InDiag, unsigned OutDiag, function in struct:__anon3346::JumpScopeChecker::GotoScope
61 SmallVector<GotoScope, 48> Scopes;
91 Scopes.push_back(GotoScope(~0U, ~0U, ~0U, SourceLocation()));
239 Scopes.push_back(GotoScope(ParentScope, Diags.first, Diags.second,
282 Scopes.push_back(GotoScope(ParentScope,
343 Scopes.push_back(GotoScope(ParentScope,
353 Scopes.push_back(GotoScope(ParentScope,
409 Scopes.push_back(GotoScope(ParentScop
[all...]

Completed in 45 milliseconds