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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DJumpDiagnostics.cpp600 typedef std::pair<unsigned, IndirectGotoStmt*> JumpScope; typedef
601 SmallVector<JumpScope, 32> JumpScopes;
668 for (SmallVectorImpl<JumpScope>::iterator
742 unsigned JumpScope,
745 if (CHECK_PERMISSIVE(JumpScope == TargetScope))
748 unsigned Common = GetDeepestCommonScope(JumpScope, TargetScope);
752 for (unsigned I = JumpScope; I != Common; I = Scopes[I].ParentScope)
741 DiagnoseIndirectJump(IndirectGotoStmt *Jump, unsigned JumpScope, LabelDecl *Target, unsigned TargetScope) argument

Completed in 107 milliseconds