Searched refs:IdentifierLine (Results 1 – 3 of 3) sorted by relevance
424 using IdentifierLine = std::pair<StringRef, unsigned>; variable428 std::vector<IdentifierLine> getLocation() const;
44 struct format_provider<mlir::tblgen::Pattern::IdentifierLine> {45 static void format(const mlir::tblgen::Pattern::IdentifierLine &v, in format()
602 std::vector<Pattern::IdentifierLine> Pattern::getLocation() const { in getLocation()