Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmtDataCollectors.td147 if (S->getConstantTarget())
148 addData(S->getConstantTarget()->getName());
H A DStmt.h2716 LabelDecl *getConstantTarget();
2717 const LabelDecl *getConstantTarget() const { in getConstantTarget() function
2718 return const_cast<IndirectGotoStmt *>(this)->getConstantTarget(); in getConstantTarget()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DJumpDiagnostics.cpp336 if (cast<IndirectGotoStmt>(S)->getConstantTarget()) { in BuildScopeInformation()
671 LabelDecl *Target = IGS->getConstantTarget(); in VerifyJumps()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmt.cpp1181 LabelDecl *IndirectGotoStmt::getConstantTarget() { in getConstantTarget() function in IndirectGotoStmt
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmt.cpp743 if (const LabelDecl *Target = S.getConstantTarget()) { in EmitIndirectGotoStmt()