Home
last modified time | relevance | path

Searched defs:attrStr (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/AsmParser/
H A DDialectSymbolParser.cpp329 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()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp5880 const char *attrStr = nullptr; in transferARCOwnershipToDeclaratorChunk() local