Searched refs:CorrectionValidator (Results 1 – 2 of 2) sorted by relevance
106 CorrectionValidator(std::move(CCC)), MemberContext(MemberContext), in TypoCorrectionConsumer()204 bool isAddressOfOperand() const { return CorrectionValidator->IsAddressOfOperand; } in isAddressOfOperand()286 std::unique_ptr<CorrectionCandidateCallback> CorrectionValidator; variable
3472 if (!Correction || !isCandidateViable(*CorrectionValidator, Correction)) in addCorrection()3563 CorrectionValidator->IsObjCIvarLookup, in resolveCorrection()3595 if (!isCandidateViable(*CorrectionValidator, Candidate)) { in resolveCorrection()