Searched refs:getConstantTarget (Results 1 – 4 of 4) sorted by relevance
298 if (cast<IndirectGotoStmt>(S)->getConstantTarget()) { in BuildScopeInformation()485 LabelDecl *Target = IGS->getConstantTarget(); in VerifyJumps()
1091 LabelDecl *getConstantTarget();1092 const LabelDecl *getConstantTarget() const { in getConstantTarget() function1093 return const_cast<IndirectGotoStmt*>(this)->getConstantTarget(); in getConstantTarget()
716 LabelDecl *IndirectGotoStmt::getConstantTarget() { in getConstantTarget() function in IndirectGotoStmt
341 if (const LabelDecl *Target = S.getConstantTarget()) { in EmitIndirectGotoStmt()