Searched refs:scopeLoc (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenStmt.cpp | 36 mlir::Location scopeLoc = getLoc(s.getSourceRange()); in emitCompoundStmt() local 39 scopeLoc, [&](mlir::OpBuilder &b, mlir::Type &type, mlir::Location loc) { in emitCompoundStmt() 45 LexicalScope lexScope(*this, scopeLoc, builder.getInsertionBlock()); in emitCompoundStmt() 352 mlir::Location scopeLoc = getLoc(s.getSourceRange()); in emitIfStmt() local 354 scopeLoc, /*scopeBuilder=*/ in emitIfStmt() 356 LexicalScope lexScope{*this, scopeLoc, builder.getInsertionBlock()}; in emitIfStmt() 626 mlir::Location scopeLoc = getLoc(s.getSourceRange()); in emitCXXForRangeStmt() local 627 builder.create<cir::ScopeOp>(scopeLoc, /*scopeBuilder=*/ in emitCXXForRangeStmt() 702 auto scopeLoc = getLoc(s.getSourceRange()); in emitForStmt() local 703 builder.create<cir::ScopeOp>(scopeLoc, /*scopeBuilder=*/ in emitForStmt() [all …]
|