Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaLookup.cpp3522 TypoResultList &CList = in addCorrection() local
3525 if (!CList.empty() && !CList.back().isResolved()) in addCorrection()
3526 CList.pop_back(); in addCorrection()
3529 for (TypoResultList::iterator RI = CList.begin(), RIEnd = CList.end(); in addCorrection()
3542 if (CList.empty() || Correction.isResolved()) in addCorrection()
3543 CList.push_back(Correction); in addCorrection()