Searched refs:getConstantTarget (Results 1 – 5 of 5) sorted by relevance
147 if (S->getConstantTarget())148 addData(S->getConstantTarget()->getName());
2643 LabelDecl *getConstantTarget();2644 const LabelDecl *getConstantTarget() const { in getConstantTarget() function2645 return const_cast<IndirectGotoStmt *>(this)->getConstantTarget(); in getConstantTarget()
336 if (cast<IndirectGotoStmt>(S)->getConstantTarget()) { in BuildScopeInformation()666 LabelDecl *Target = IGS->getConstantTarget(); in VerifyJumps()
1168 LabelDecl *IndirectGotoStmt::getConstantTarget() { in getConstantTarget() function in IndirectGotoStmt
688 if (const LabelDecl *Target = S.getConstantTarget()) { in EmitIndirectGotoStmt()