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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp143 case Stmt::IfStmtClass: EmitIfStmt(cast<IfStmt>(*S)); break;
655 void CodeGenFunction::EmitIfStmt(const IfStmt &S) { function in class:CodeGenFunction
H A DCodeGenFunction.h3094 void EmitIfStmt(const IfStmt &S);

Completed in 260 milliseconds