Searched refs:getConstantTarget (Results 1 – 5 of 5) sorted by relevance
147 if (S->getConstantTarget())148 addData(S->getConstantTarget()->getName());
2367 LabelDecl *getConstantTarget();2368 const LabelDecl *getConstantTarget() const { in getConstantTarget() function2369 return const_cast<IndirectGotoStmt *>(this)->getConstantTarget(); in getConstantTarget()
313 if (cast<IndirectGotoStmt>(S)->getConstantTarget()) { in BuildScopeInformation()607 LabelDecl *Target = IGS->getConstantTarget(); in VerifyJumps()
1043 LabelDecl *IndirectGotoStmt::getConstantTarget() { in getConstantTarget() function in IndirectGotoStmt
580 if (const LabelDecl *Target = S.getConstantTarget()) { in EmitIndirectGotoStmt()