Searched refs:rankStems (Results 1 – 2 of 2) sorted by relevance
61 void setRank(StringC &suffix, Vector<const RankStem *> &rankStems);219 Vector<const RankStem *> &rankStems) in setRank() argument221 rankStems.swap(rankStems_); in setRank()
567 Vector<RankStem *> rankStems; in parseElementDecl() local574 rankStems.resize(nameVector.size()); in parseElementDecl()584 rankStems[i] = lookupCreateRankStem(nameVector[i].name); in parseElementDecl()585 constRankStems[i] = rankStems[i]; in parseElementDecl()722 if (rankStems.size() > 0) in parseElementDecl()723 rankStems[i]->addDefinition(constDef); in parseElementDecl()