Searched refs:TypoResultList (Results 1 – 2 of 2) sorted by relevance
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()