Searched refs:eLoc (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/ |
| H A D | CIRTypes.cpp | 98 const mlir::Location eLoc = parser.getEncodedSourceLoc(loc); in parse() local 125 RecordType type = getChecked(eLoc, context, name, kind); in parse() 135 RecordType type = getChecked(eLoc, context, name, kind); in parse() 169 type = getChecked(eLoc, context, name, kind); in parse() 171 type = getChecked(eLoc, context, membersRef, packed, padded, kind); in parse() 173 type = getChecked(eLoc, context, membersRef, name, packed, padded, kind); in parse()
|
| H A D | CIRDialect.cpp | 161 Location eLoc = parser.getEncodedSourceLoc(parser.getCurrentLocation()); in ensureRegionTerm() local 181 builder.create<cir::YieldOp>(eLoc); in ensureRegionTerm()
|