Lines Matching defs:CCC
2435 CorrectionCandidateCallback &CCC,
2493 R.getLookupNameInfo(), R.getLookupKind(), S, &SS, CCC,
2503 &SS, CCC, CTK_ErrorRecovery, LookupCtx))) {
2653 CorrectionCandidateCallback *CCC,
2769 assert((!CCC || CCC->IsAddressOfOperand == IsAddressOfOperand) &&
2771 if (CCC) {
2773 CCC->setTypoName(II);
2775 CCC->setTypoNNS(SS.getScopeRep());
2780 if (DiagnoseEmptyLookup(S, SS, R, CCC ? *CCC : DefaultValidator, nullptr,
5702 FunctionCallCCC CCC(S, FuncName.getAsIdentifierInfo(), Args.size(), ME);
5705 S.getScopeForContext(S.CurContext), nullptr, CCC,