Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp151 case Stmt::ForStmtClass: EmitForStmt(cast<ForStmt>(*S), Attrs); break; in EmitStmt()
1015 void CodeGenFunction::EmitForStmt(const ForStmt &S, in EmitForStmt() function in CodeGenFunction
H A DCodeGenFunction.h3245 void EmitForStmt(const ForStmt &S,