Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaLookup.cpp2984 typedef llvm::StringMap<TypoCorrection, llvm::BumpPtrAllocator> TypoResultsMap; typedef
2985 typedef std::map<unsigned, TypoResultsMap *> TypoEditDistanceMap;
3026 typedef TypoResultsMap::iterator result_iterator;
3115 TypoResultsMap *& Map = BestResults[Correction.getEditDistance()]; in addCorrection()
3117 Map = new TypoResultsMap; in addCorrection()
3741 TypoResultsMap &BestResults = *Consumer.begin()->second; in CorrectTypo()