Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp3389 CFGBlock *LabelBlock = Block; in VisitLabelStmt() local
3391 if (!LabelBlock) // This can happen when the body is empty, i.e. in VisitLabelStmt()
3392 LabelBlock = createBlock(); // scopes that only contains NullStmts. in VisitLabelStmt()
3395 LabelMap[L->getDecl()] = JumpTarget(LabelBlock, ScopePos); in VisitLabelStmt()
3401 LabelBlock->setLabel(L); in VisitLabelStmt()
3409 Succ = LabelBlock; in VisitLabelStmt()
3411 return LabelBlock; in VisitLabelStmt()