Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Analysis/
H A DCFG.cpp3325 CFGBlock *LabelBlock = Block; in VisitLabelStmt() local
3327 if (!LabelBlock) // This can happen when the body is empty, i.e. in VisitLabelStmt()
3328 LabelBlock = createBlock(); // scopes that only contains NullStmts. in VisitLabelStmt()
3332 LabelMap[L->getDecl()] = JumpTarget(LabelBlock, ScopePos); in VisitLabelStmt()
3338 LabelBlock->setLabel(L); in VisitLabelStmt()
3346 Succ = LabelBlock; in VisitLabelStmt()
3348 return LabelBlock; in VisitLabelStmt()