Searched refs:getConstantTarget (Results 1 – 6 of 6) sorted by relevance
146 if (S->getConstantTarget())147 addData(S->getConstantTarget()->getName());
3039 LabelDecl *getConstantTarget();3040 const LabelDecl *getConstantTarget() const {3041 return const_cast<IndirectGotoStmt *>(this)->getConstantTarget();
335 if (cast<IndirectGotoStmt>(S)->getConstantTarget()) in BuildScopeInformation()714 LabelDecl *Target = IGS->getConstantTarget(); in VerifyJumps()
1227 LabelDecl *IndirectGotoStmt::getConstantTarget() { in getConstantTarget() function in IndirectGotoStmt
856 if (const LabelDecl *Target = S.getConstantTarget()) { in EmitIndirectGotoStmt()
10745 {"_ZN5clang16IndirectGotoStmt17getConstantTargetEv", "clang::IndirectGotoStmt::getConstantTarget()"…