Searched defs:MatchDataDef (Results 1 – 1 of 1) sorted by relevance
610 struct MatchDataDef { struct611 MatchDataDef(StringRef Symbol, StringRef Type) : Symbol(Symbol), Type(Type) {} in MatchDataDef() argument613 StringRef Symbol;614 StringRef Type;617 std::string getVarName() const { in getVarName()