Searched defs:EmitStmt (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGStmt.cpp45 void CodeGenFunction::EmitStmt(const Stmt *S) { function in class:CodeGenFunction
246 EmitStmt(*I);
419 EmitStmt(S.getSubStmt());
438 EmitStmt(SubStmt);
500 EmitStmt(Executed);
521 EmitStmt(S.getThen());
533 EmitStmt(Else);
696 EmitStmt(S.getBody());
736 EmitStmt(S.getBody());
791 EmitStmt(
[all...]

Completed in 56 milliseconds