Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp150 case Stmt::DoStmtClass: EmitDoStmt(cast<DoStmt>(*S), Attrs); break; in EmitStmt()
953 void CodeGenFunction::EmitDoStmt(const DoStmt &S, in EmitDoStmt() function in CodeGenFunction
H A DCodeGenFunction.h3244 void EmitDoStmt(const DoStmt &S, ArrayRef<const Attr *> Attrs = None);