Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaLookup.cpp3390 typedef SmallVector<TypoCorrection, 1> TypoResultList; typedef
3391 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()