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

/external/clang/lib/CodeGen/
H A DCGStmt.cpp422 CodeGenFunction::getJumpDestForLabel(const LabelDecl *D) { function in class:CodeGenFunction
515 EmitBranchThroughCleanup(getJumpDestForLabel(S.getLabel()));
521 EmitBranchThroughCleanup(getJumpDestForLabel(Target));

Completed in 63 milliseconds