Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmt.cpp136 case Stmt::DoStmtClass: EmitDoStmt(cast<DoStmt>(*S)); break; in EmitStmt()
492 EmitDoStmt(cast<DoStmt>(*SubStmt), S.getAttrs()); in EmitAttributedStmt()
698 void CodeGenFunction::EmitDoStmt(const DoStmt &S, in EmitDoStmt() function in CodeGenFunction
DCodeGenFunction.h2145 void EmitDoStmt(const DoStmt &S, ArrayRef<const Attr *> Attrs = None);