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

/external/clang/lib/Analysis/
H A DCFG.cpp2176 CFGBlock *LabelBlock = Block; local
2178 if (!LabelBlock) // This can happen when the body is empty, i.e.
2179 LabelBlock = createBlock(); // scopes that only contains NullStmts.
2183 LabelMap[L->getDecl()] = JumpTarget(LabelBlock, ScopePos);
2189 LabelBlock->setLabel(L);
2197 Succ = LabelBlock;
2199 return LabelBlock;

Completed in 69 milliseconds