Searched refs:getConstantTarget (Results 1 – 12 of 12) sorted by relevance
133 if (S->getConstantTarget())134 addData(S->getConstantTarget()->getName());
2927 LabelDecl *getConstantTarget();2928 const LabelDecl *getConstantTarget() const {2929 return const_cast<IndirectGotoStmt *>(this)->getConstantTarget();
2923 LabelDecl *getConstantTarget();2924 const LabelDecl *getConstantTarget() const {2925 return const_cast<IndirectGotoStmt *>(this)->getConstantTarget();
2929 LabelDecl *getConstantTarget();2930 const LabelDecl *getConstantTarget() const {2931 return const_cast<IndirectGotoStmt *>(this)->getConstantTarget();
296 if (cast<IndirectGotoStmt>(S)->getConstantTarget()) { in BuildScopeInformation()595 LabelDecl *Target = IGS->getConstantTarget(); in VerifyJumps()
1283 LabelDecl *getConstantTarget();1284 const LabelDecl *getConstantTarget() const { in getConstantTarget() function1285 return const_cast<IndirectGotoStmt*>(this)->getConstantTarget(); in getConstantTarget()
891 LabelDecl *IndirectGotoStmt::getConstantTarget() { in getConstantTarget() function in IndirectGotoStmt
550 if (const LabelDecl *Target = S.getConstantTarget()) { in EmitIndirectGotoStmt()