Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DJumpDiagnostics.cpp292 if (cast<IndirectGotoStmt>(S)->getConstantTarget()) { in BuildScopeInformation()
506 LabelDecl *Target = IGS->getConstantTarget(); in VerifyJumps()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DStmt.h1268 LabelDecl *getConstantTarget();
1269 const LabelDecl *getConstantTarget() const { in getConstantTarget() function
1270 return const_cast<IndirectGotoStmt*>(this)->getConstantTarget(); in getConstantTarget()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp493 if (const LabelDecl *Target = S.getConstantTarget()) { in EmitIndirectGotoStmt()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DStmt.cpp998 LabelDecl *IndirectGotoStmt::getConstantTarget() { in getConstantTarget() function in IndirectGotoStmt