Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenStmt.cpp57 bool useCurrentScope, in emitStmt() argument
59 if (mlir::succeeded(emitSimpleStmt(s, useCurrentScope))) in emitStmt()
240 bool useCurrentScope) { in emitSimpleStmt() argument
247 if (useCurrentScope) in emitSimpleStmt()
608 bool useCurrentScope = true; in emitCXXForRangeStmt() local
609 if (emitStmt(s.getLoopVarStmt(), useCurrentScope).failed()) in emitCXXForRangeStmt()
611 if (emitStmt(s.getBody(), useCurrentScope).failed()) in emitCXXForRangeStmt()
H A DCIRGenFunction.h921 mlir::LogicalResult emitStmt(const clang::Stmt *s, bool useCurrentScope,
925 bool useCurrentScope);