Searched refs:getConstantTarget (Results 1 – 5 of 5) sorted by relevance
147 if (S->getConstantTarget())148 addData(S->getConstantTarget()->getName());
2716 LabelDecl *getConstantTarget();2717 const LabelDecl *getConstantTarget() const { in getConstantTarget() function2718 return const_cast<IndirectGotoStmt *>(this)->getConstantTarget(); in getConstantTarget()
336 if (cast<IndirectGotoStmt>(S)->getConstantTarget()) { in BuildScopeInformation()671 LabelDecl *Target = IGS->getConstantTarget(); in VerifyJumps()
1181 LabelDecl *IndirectGotoStmt::getConstantTarget() { in getConstantTarget() function in IndirectGotoStmt
743 if (const LabelDecl *Target = S.getConstantTarget()) { in EmitIndirectGotoStmt()