Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtDataCollectors.td147 if (S->getConstantTarget())
148 addData(S->getConstantTarget()->getName());
H A DStmt.h2643 LabelDecl *getConstantTarget();
2644 const LabelDecl *getConstantTarget() const { in getConstantTarget() function
2645 return const_cast<IndirectGotoStmt *>(this)->getConstantTarget(); in getConstantTarget()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DJumpDiagnostics.cpp336 if (cast<IndirectGotoStmt>(S)->getConstantTarget()) { in BuildScopeInformation()
666 LabelDecl *Target = IGS->getConstantTarget(); in VerifyJumps()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmt.cpp1168 LabelDecl *IndirectGotoStmt::getConstantTarget() { in getConstantTarget() function in IndirectGotoStmt
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp688 if (const LabelDecl *Target = S.getConstantTarget()) { in EmitIndirectGotoStmt()