Searched refs:getConstantTarget (Results 1 – 5 of 5) sorted by relevance
147 if (S->getConstantTarget())148 addData(S->getConstantTarget()->getName());
2927 LabelDecl *getConstantTarget();2928 const LabelDecl *getConstantTarget() const { in getConstantTarget() function2929 return const_cast<IndirectGotoStmt *>(this)->getConstantTarget(); in getConstantTarget()
334 if (cast<IndirectGotoStmt>(S)->getConstantTarget()) in BuildScopeInformation()691 LabelDecl *Target = IGS->getConstantTarget(); in VerifyJumps()
1182 LabelDecl *IndirectGotoStmt::getConstantTarget() { in getConstantTarget() function in IndirectGotoStmt
750 if (const LabelDecl *Target = S.getConstantTarget()) { in EmitIndirectGotoStmt()