Searched refs:EmitGotoStmt (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp382 case Stmt::GotoStmtClass: EmitGotoStmt(cast<GotoStmt>(*S)); break;
623 void CodeGenFunction::EmitGotoStmt(const GotoStmt &S) { function in class:CodeGenFunction
H A DCodeGenFunction.h3092 void EmitGotoStmt(const GotoStmt &S);

Completed in 82 milliseconds