Searched refs:attributeLoc (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 188 def : Property<"attributeLoc", SourceLocation> { 196 return ctx.getDependentVectorType(elementType, size, attributeLoc, 218 def : Property<"attributeLoc", SourceLocation> { 223 return ctx.getDependentSizedExtVectorType(elementType, size, attributeLoc); 253 def : Property<"attributeLoc", SourceLocation> { 258 return ctx.getDependentSizedMatrixType(elementType, rows, columns, attributeLoc); 642 def : Property<"attributeLoc", SourceLocation> { 648 attributeLoc);
|
| /llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/ |
| H A D | LLVMDialect.cpp | 1419 SMLoc attributeLoc, in getInsertExtractValueElementType() argument 1432 return parser.emitError(attributeLoc, in getInsertExtractValueElementType() 1439 return parser.emitError(attributeLoc, "position out of bounds"), in getInsertExtractValueElementType() 1445 return parser.emitError(attributeLoc, "position out of bounds"), in getInsertExtractValueElementType() 1509 SMLoc attributeLoc, trailingTypeLoc; in parse() local 1512 parser.getCurrentLocation(&attributeLoc) || in parse() 1521 parser, containerType, positionAttr, attributeLoc, trailingTypeLoc); in parse() 1643 SMLoc attributeLoc, trailingTypeLoc; in parse() local 1647 parser.getCurrentLocation(&attributeLoc) || in parse() 1655 parser, containerType, positionAttr, attributeLoc, trailingTypeLoc); in parse()
|