Searched refs:getConstantTarget (Results 1 – 4 of 4) sorted by relevance
314 if (cast<IndirectGotoStmt>(S)->getConstantTarget()) { in BuildScopeInformation()507 LabelDecl *Target = IGS->getConstantTarget(); in VerifyJumps()
1238 LabelDecl *getConstantTarget();1239 const LabelDecl *getConstantTarget() const { in getConstantTarget() function1240 return const_cast<IndirectGotoStmt*>(this)->getConstantTarget(); in getConstantTarget()
946 LabelDecl *IndirectGotoStmt::getConstantTarget() { in getConstantTarget() function in IndirectGotoStmt
406 if (const LabelDecl *Target = S.getConstantTarget()) { in EmitIndirectGotoStmt()