Searched refs:IdentifierLine (Results 1 – 3 of 3) sorted by relevance
488 using IdentifierLine = std::pair<StringRef, unsigned>; variable492 std::vector<IdentifierLine> getLocation() const;
47 struct format_provider<mlir::tblgen::Pattern::IdentifierLine> {48 static void format(const mlir::tblgen::Pattern::IdentifierLine &v, in format()
690 std::vector<Pattern::IdentifierLine> Pattern::getLocation() const { in getLocation()