Searched defs:MatchAccumulator (Results 1 – 1 of 1) sorted by relevance
208 struct MatchAccumulator struct210 int count; // number of matches found so far211 MATCH last = MATCH.nomatch; // match level of lastf212 FuncDeclaration lastf; // last matching function we found213 FuncDeclaration nextf; // if ambiguous match, this is the "other" function