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

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DJumpDiagnostics.cpp565 typedef std::pair<unsigned, IndirectGotoStmt*> JumpScope; typedef
566 SmallVector<JumpScope, 32> JumpScopes;
633 for (SmallVectorImpl<JumpScope>::iterator
706 unsigned JumpScope,
709 assert(JumpScope != TargetScope);
711 unsigned Common = GetDeepestCommonScope(JumpScope, TargetScope);
715 for (unsigned I = JumpScope; I != Common; I = Scopes[I].ParentScope)
705 DiagnoseIndirectJump(IndirectGotoStmt *Jump, unsigned JumpScope, LabelDecl *Target, unsigned TargetScope) argument

Completed in 44 milliseconds