Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSWindows/ControlPanel/
DControlPanel.h71 CList<CCPApplet*, CCPApplet*&> m_applets;
/external/clang/lib/Sema/
DSemaLookup.cpp3929 TypoResultList &CList = in addCorrection() local
3932 if (!CList.empty() && !CList.back().isResolved()) in addCorrection()
3933 CList.pop_back(); in addCorrection()
3936 for (TypoResultList::iterator RI = CList.begin(), RIEnd = CList.end(); in addCorrection()
3949 if (CList.empty() || Correction.isResolved()) in addCorrection()
3950 CList.push_back(Correction); in addCorrection()