Searched refs:TypoResultList (Results 1 – 2 of 2) sorted by relevance
103 typedef SmallVector<TypoCorrection, 1> TypoResultList; typedef104 typedef llvm::StringMap<TypoResultList> TypoResultsMap;142 TypoResultList &operator[](StringRef Name) {
3843 TypoResultList &CList = in addCorrection()3850 for (TypoResultList::iterator RI = CList.begin(), RIEnd = CList.end(); in addCorrection()