Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp147 case Stmt::IfStmtClass: EmitIfStmt(cast<IfStmt>(*S)); break; in EmitStmt()
708 void CodeGenFunction::EmitIfStmt(const IfStmt &S) { in EmitIfStmt() function in CodeGenFunction
H A DCodeGenFunction.h3182 void EmitIfStmt(const IfStmt &S);