Searched refs:getConstantTarget (Results 1 – 4 of 4) sorted by relevance
292 if (cast<IndirectGotoStmt>(S)->getConstantTarget()) { in BuildScopeInformation()506 LabelDecl *Target = IGS->getConstantTarget(); in VerifyJumps()
1268 LabelDecl *getConstantTarget();1269 const LabelDecl *getConstantTarget() const { in getConstantTarget() function1270 return const_cast<IndirectGotoStmt*>(this)->getConstantTarget(); in getConstantTarget()
493 if (const LabelDecl *Target = S.getConstantTarget()) { in EmitIndirectGotoStmt()
998 LabelDecl *IndirectGotoStmt::getConstantTarget() { in getConstantTarget() function in IndirectGotoStmt