Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DStmtDataCollectors.inc133 if (S->getConstantTarget())
134 addData(S->getConstantTarget()->getName());
DStmt.h2927 LabelDecl *getConstantTarget();
2928 const LabelDecl *getConstantTarget() const {
2929 return const_cast<IndirectGotoStmt *>(this)->getConstantTarget();
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DStmtDataCollectors.inc133 if (S->getConstantTarget())
134 addData(S->getConstantTarget()->getName());
DStmt.h2923 LabelDecl *getConstantTarget();
2924 const LabelDecl *getConstantTarget() const {
2925 return const_cast<IndirectGotoStmt *>(this)->getConstantTarget();
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DStmtDataCollectors.inc133 if (S->getConstantTarget())
134 addData(S->getConstantTarget()->getName());
DStmt.h2927 LabelDecl *getConstantTarget();
2928 const LabelDecl *getConstantTarget() const {
2929 return const_cast<IndirectGotoStmt *>(this)->getConstantTarget();
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DStmtDataCollectors.inc133 if (S->getConstantTarget())
134 addData(S->getConstantTarget()->getName());
DStmt.h2929 LabelDecl *getConstantTarget();
2930 const LabelDecl *getConstantTarget() const {
2931 return const_cast<IndirectGotoStmt *>(this)->getConstantTarget();
/aosp_15_r20/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp296 if (cast<IndirectGotoStmt>(S)->getConstantTarget()) { in BuildScopeInformation()
595 LabelDecl *Target = IGS->getConstantTarget(); in VerifyJumps()
/aosp_15_r20/external/clang/include/clang/AST/
H A DStmt.h1283 LabelDecl *getConstantTarget();
1284 const LabelDecl *getConstantTarget() const { in getConstantTarget() function
1285 return const_cast<IndirectGotoStmt*>(this)->getConstantTarget(); in getConstantTarget()
/aosp_15_r20/external/clang/lib/AST/
H A DStmt.cpp891 LabelDecl *IndirectGotoStmt::getConstantTarget() { in getConstantTarget() function in IndirectGotoStmt
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGStmt.cpp550 if (const LabelDecl *Target = S.getConstantTarget()) { in EmitIndirectGotoStmt()