Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtDataCollectors.td146 if (S->getConstantTarget())
147 addData(S->getConstantTarget()->getName());
H A DStmt.h3039 LabelDecl *getConstantTarget();
3040 const LabelDecl *getConstantTarget() const {
3041 return const_cast<IndirectGotoStmt *>(this)->getConstantTarget();
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp335 if (cast<IndirectGotoStmt>(S)->getConstantTarget()) in BuildScopeInformation()
714 LabelDecl *Target = IGS->getConstantTarget(); in VerifyJumps()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp1227 LabelDecl *IndirectGotoStmt::getConstantTarget() { in getConstantTarget() function in IndirectGotoStmt
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp856 if (const LabelDecl *Target = S.getConstantTarget()) { in EmitIndirectGotoStmt()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc10745 {"_ZN5clang16IndirectGotoStmt17getConstantTargetEv", "clang::IndirectGotoStmt::getConstantTarget()"…