Searched refs:getConstantTarget (Results 1 – 5 of 5) sorted by relevance
147 if (S->getConstantTarget())148 addData(S->getConstantTarget()->getName());
2934 LabelDecl *getConstantTarget();2935 const LabelDecl *getConstantTarget() const {2936 return const_cast<IndirectGotoStmt *>(this)->getConstantTarget();
336 if (cast<IndirectGotoStmt>(S)->getConstantTarget()) in BuildScopeInformation()700 LabelDecl *Target = IGS->getConstantTarget(); in VerifyJumps()
1183 LabelDecl *IndirectGotoStmt::getConstantTarget() { in getConstantTarget() function in IndirectGotoStmt
775 if (const LabelDecl *Target = S.getConstantTarget()) { in EmitIndirectGotoStmt()