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

/external/clang/lib/CodeGen/
H A DCGStmt.cpp210 case Stmt::CompoundStmtClass: EmitCompoundStmt(cast<CompoundStmt>(*S)); break;
225 /// EmitCompoundStmt - Emit a compound statement {..} node. If GetLast is true,
228 llvm::Value* CodeGenFunction::EmitCompoundStmt(const CompoundStmt &S, bool GetLast, function in class:CodeGenFunction

Completed in 92 milliseconds