Home
last modified time | relevance | path

Searched refs:TypoResultList (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaLookup.cpp3140 typedef llvm::SmallVector<TypoCorrection, 1> TypoResultList; typedef
3141 typedef llvm::StringMap<TypoResultList, llvm::BumpPtrAllocator> TypoResultsMap;
3180 TypoResultList &operator[](StringRef Name) { in operator []()
3250 TypoResultList &CList = in addCorrection()
3257 for (TypoResultList::iterator RI = CList.begin(), RIEnd = CList.end(); in addCorrection()
3897 for (TypoResultList::iterator RI = I->second.begin(); in CorrectTypo()
3899 TypoResultList::iterator Prev = RI; in CorrectTypo()
4046 const TypoResultList &CorrectionList = BestResults.begin()->second; in CorrectTypo()