Searched refs:TypoResultList (Results 1 – 1 of 1) sorted by relevance
3390 typedef SmallVector<TypoCorrection, 1> TypoResultList; typedef3391 typedef llvm::StringMap<TypoResultList, llvm::BumpPtrAllocator> TypoResultsMap;3432 TypoResultList &operator[](StringRef Name) { in operator []()3507 TypoResultList &CList = in addCorrection()3514 for (TypoResultList::iterator RI = CList.begin(), RIEnd = CList.end(); in addCorrection()4274 for (TypoResultList::iterator RI = I->second.begin(); in CorrectTypo()4276 TypoResultList::iterator Prev = RI; in CorrectTypo()4472 const TypoResultList &CorrectionList = BestResults.begin()->second; in CorrectTypo()