Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenStmt.cpp97 return emitForStmt(cast<ForStmt>(*s)); in emitStmt()
645 mlir::LogicalResult CIRGenFunction::emitForStmt(const ForStmt &s) { in emitForStmt() function in CIRGenFunction
H A DCIRGenFunction.h927 mlir::LogicalResult emitForStmt(const clang::ForStmt &s);