Home | History | Annotate | Download | only in Sema

Lines Matching refs:CCC

1798                           std::unique_ptr<CorrectionCandidateCallback> CCC,
1888 R.getLookupNameInfo(), R.getLookupKind(), S, &SS, std::move(CCC),
1898 &SS, std::move(CCC), CTK_ErrorRecovery))) {
2047 std::unique_ptr<CorrectionCandidateCallback> CCC,
2164 assert((!CCC || CCC->IsAddressOfOperand == IsAddressOfOperand) &&
2166 if (CCC) {
2168 CCC->setTypoName(II);
2170 CCC->setTypoNNS(SS.getScopeRep());
2173 CCC ? std::move(CCC) : std::move(DefaultValidator),