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

/external/clang/lib/CodeGen/
H A DCGStmt.cpp130 case Stmt::IfStmtClass: EmitIfStmt(cast<IfStmt>(*S)); break;
474 void CodeGenFunction::EmitIfStmt(const IfStmt &S) { function in class:CodeGenFunction
H A DCodeGenFunction.h1862 void EmitIfStmt(const IfStmt &S);

Completed in 468 milliseconds