Searched refs:TypoResultList (Results 1 – 4 of 4) sorted by relevance
86 typedef SmallVector<TypoCorrection, 1> TypoResultList; typedef87 typedef llvm::StringMap<TypoResultList> TypoResultsMap;125 TypoResultList &operator[](StringRef Name) {
104 typedef SmallVector<TypoCorrection, 1> TypoResultList; typedef105 typedef llvm::StringMap<TypoResultList> TypoResultsMap;143 TypoResultList &operator[](StringRef Name) {
3929 TypoResultList &CList = in addCorrection()3936 for (TypoResultList::iterator RI = CList.begin(), RIEnd = CList.end(); in addCorrection()
4244 TypoResultList &CList = in addCorrection()4251 for (TypoResultList::iterator RI = CList.begin(), RIEnd = CList.end(); in addCorrection()