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.cpp8886 class DifferentNameValidatorCCC final : public CorrectionCandidateCallback { class
8888 DifferentNameValidatorCCC(ASTContext &Context, FunctionDecl *TypoFD, in DifferentNameValidatorCCC() function in __anondd060bcd1611::DifferentNameValidatorCCC
8919 return std::make_unique<DifferentNameValidatorCCC>(*this); in clone()
8969 DifferentNameValidatorCCC CCC(SemaRef.Context, NewFD, in DiagnoseInvalidRedeclaration()