Searched defs:attrStr (Results 1 – 2 of 2) sorted by relevance
329 Attribute mlir::parseAttribute(StringRef attrStr, MLIRContext *context) { in parseAttribute()333 Attribute mlir::parseAttribute(StringRef attrStr, Type type) { in parseAttribute()338 Attribute mlir::parseAttribute(StringRef attrStr, MLIRContext *context, in parseAttribute()344 Attribute mlir::parseAttribute(StringRef attrStr, Type type, size_t &numRead) { in parseAttribute()
5880 const char *attrStr = nullptr; in transferARCOwnershipToDeclaratorChunk() local