Searched refs:ParseFuncAttr (Results 1 – 1 of 1) sorted by relevance
292 FuncAttr ParseFuncAttr(MLIRContext *context, StringRef spec, Location loc) { in ParseFuncAttr() function338 if (spec.startswith("func")) return ParseFuncAttr(getContext(), spec, loc); in parseAttribute()