Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp70 class TypeNameValidatorCCC final : public CorrectionCandidateCallback { class
72 TypeNameValidatorCCC(bool AllowInvalid, bool WantClass = false, in TypeNameValidatorCCC() function in __anon5c4a19240111::TypeNameValidatorCCC
115 return std::make_unique<TypeNameValidatorCCC>(*this); in clone()
439 TypeNameValidatorCCC CCC(/*AllowInvalid=*/true, isClassName, in getTypeName()
734 TypeNameValidatorCCC CCC(/*AllowInvalid=*/false, /*WantClass=*/false, in DiagnoseUnknownTypeName()