Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp9100 class DifferentNameValidatorCCC final : public CorrectionCandidateCallback { class
9102 DifferentNameValidatorCCC(ASTContext &Context, FunctionDecl *TypoFD, in DifferentNameValidatorCCC() function in __anondd060bcd1711::DifferentNameValidatorCCC
9133 return std::make_unique<DifferentNameValidatorCCC>(*this); in clone()
9183 DifferentNameValidatorCCC CCC(SemaRef.Context, NewFD, in DiagnoseInvalidRedeclaration()