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

/external/clang/lib/CodeGen/
H A DCGStmt.cpp47 if (EmitSimpleStmt(S))
171 bool CodeGenFunction::EmitSimpleStmt(const Stmt *S) { function in class:CodeGenFunction
H A DCodeGenFunction.h2062 /// EmitSimpleStmt - Try to emit a "simple" statement which does not
2068 bool EmitSimpleStmt(const Stmt *S);

Completed in 33 milliseconds