Searched refs:CorrectionValidator (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h101 CorrectionValidator(std::move(CCC)), MemberContext(MemberContext),
199 bool isAddressOfOperand() const { return CorrectionValidator->IsAddressOfOperand; }
203 return CorrectionValidator.get();
307 std::unique_ptr<CorrectionCandidateCallback> CorrectionValidator; member in class:clang::TypoCorrectionConsumer
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp4283 if (!Correction || !isCandidateViable(*CorrectionValidator, Correction))
4379 CorrectionValidator->IsObjCIvarLookup,
4411 if (!isCandidateViable(*CorrectionValidator, Candidate)) {

Completed in 196 milliseconds