Home
last modified time | relevance | path

Searched refs:LabelAndGotoScopes (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DJumpDiagnostics.cpp71 llvm::DenseMap<Stmt*, unsigned> LabelAndGotoScopes; member in __anon4a80b0130111::JumpScopeChecker
337 LabelAndGotoScopes[S] = ParentScope; in BuildScopeInformation()
342 LabelAndGotoScopes[S] = ParentScope; in BuildScopeInformation()
362 LabelAndGotoScopes[S] = ParentScope; in BuildScopeInformation()
371 LabelAndGotoScopes[S] = ParentScope; in BuildScopeInformation()
594 LabelAndGotoScopes[S] = ParentScope; in BuildScopeInformation()
600 LabelAndGotoScopes[AS] = ParentScope; in BuildScopeInformation()
641 LabelAndGotoScopes[SubStmt] = ParentScope; in BuildScopeInformation()
742 unsigned IGScope = LabelAndGotoScopes[IG]; in VerifyIndirectOrAsmJumps()
927 unsigned FromScope = LabelAndGotoScopes[From]; in CheckJump()
[all …]