D | DialectSymbolParser.cpp | 606 Attribute mlir::parseAttribute(StringRef attrStr, MLIRContext *context) { in parseAttribute() argument 608 return parseAttribute(attrStr, context, numRead); in parseAttribute() 610 Attribute mlir::parseAttribute(StringRef attrStr, Type type) { in parseAttribute() argument 612 return parseAttribute(attrStr, type, numRead); in parseAttribute() 615 Attribute mlir::parseAttribute(StringRef attrStr, MLIRContext *context, in parseAttribute() argument 617 return parseSymbol<Attribute>(attrStr, context, numRead, [](Parser &parser) { in parseAttribute() 621 Attribute mlir::parseAttribute(StringRef attrStr, Type type, size_t &numRead) { in parseAttribute() argument 623 attrStr, type.getContext(), numRead, in parseAttribute()
|