Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaLookup.cpp3250 TypoResultList &CList = in addCorrection() local
3253 if (!CList.empty() && !CList.back().isResolved()) in addCorrection()
3254 CList.pop_back(); in addCorrection()
3257 for (TypoResultList::iterator RI = CList.begin(), RIEnd = CList.end(); in addCorrection()
3270 if (CList.empty() || Correction.isResolved()) in addCorrection()
3271 CList.push_back(Correction); in addCorrection()