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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp326 if (cast<IndirectGotoStmt>(S)->getConstantTarget()) {
636 LabelDecl *Target = IGS->getConstantTarget();
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2587 /// getConstantTarget - Returns the fixed target of this indirect
2589 LabelDecl *getConstantTarget();
2590 const LabelDecl *getConstantTarget() const { function in class:clang::IndirectGotoStmt
2591 return const_cast<IndirectGotoStmt *>(this)->getConstantTarget();
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp1076 LabelDecl *IndirectGotoStmt::getConstantTarget() { function in class:IndirectGotoStmt
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp635 if (const LabelDecl *Target = S.getConstantTarget()) {

Completed in 101 milliseconds