Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp67 class TypeNameValidatorCCC final : public CorrectionCandidateCallback { class
69 TypeNameValidatorCCC(bool AllowInvalid, bool WantClass = false, in TypeNameValidatorCCC() function in __anon16e8b5580111::TypeNameValidatorCCC
112 return std::make_unique<TypeNameValidatorCCC>(*this); in clone()
378 TypeNameValidatorCCC CCC(/*AllowInvalid=*/true, isClassName, in getTypeName()
672 TypeNameValidatorCCC CCC(/*AllowInvalid=*/false, /*WantClass=*/false, in DiagnoseUnknownTypeName()