Searched defs:ContinueBlock (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGClass.cpp504 llvm::BasicBlock *ContinueBlock = CGF.createBasicBlock("for.inc"); local
515 CGF.EmitBlock(ContinueBlock);
H A DCodeGenFunction.h1140 : BreakBlock(Break), ContinueBlock(Continue) {}
1143 JumpDest ContinueBlock; member in struct:clang::CodeGen::BreakContinue

Completed in 197 milliseconds