Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExpr.cpp1404 mlir::Location thenLoc = getLoc(thenS->getSourceRange()); in emitIfOnBoolExpr() local
1413 LexicalScope lexScope{*this, thenLoc, builder.getInsertionBlock()}; in emitIfOnBoolExpr()
1416 thenLoc, in emitIfOnBoolExpr()
1433 mlir::Location thenLoc, BuilderCallbackRef elseBuilder, in emitIfOnBoolExpr() argument
1438 SmallVector<mlir::Location, 2> ifLocs{thenLoc}; in emitIfOnBoolExpr()
H A DCIRGenFunction.h969 mlir::Location thenLoc,