Home
last modified time | relevance | path

Searched refs:getConstantTarget (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtDataCollectors.td147 if (S->getConstantTarget())
148 addData(S->getConstantTarget()->getName());
H A DStmt.h2934 LabelDecl *getConstantTarget();
2935 const LabelDecl *getConstantTarget() const {
2936 return const_cast<IndirectGotoStmt *>(this)->getConstantTarget();
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp336 if (cast<IndirectGotoStmt>(S)->getConstantTarget()) in BuildScopeInformation()
700 LabelDecl *Target = IGS->getConstantTarget(); in VerifyJumps()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp1183 LabelDecl *IndirectGotoStmt::getConstantTarget() { in getConstantTarget() function in IndirectGotoStmt
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp775 if (const LabelDecl *Target = S.getConstantTarget()) { in EmitIndirectGotoStmt()