Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6189 struct TypeDiagnoser;
6193 TypeDiagnoser &Diagnoser);
8193 struct TypeDiagnoser { struct
8194 TypeDiagnoser() {} in TypeDiagnoser() function
8197 virtual ~TypeDiagnoser() {} in ~TypeDiagnoser() argument
8200 template <typename... Ts> class BoundTypeDiagnoser : public TypeDiagnoser {
8215 : TypeDiagnoser(), DiagID(DiagID), Args(Args...) { in BoundTypeDiagnoser()
15149 TypeDiagnoser &Diagnoser);
15226 TypeDiagnoser &Diagnoser);
15261 CompleteTypeKind Kind, TypeDiagnoser &Diagnoser);
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp9160 TypeDiagnoser &Diagnoser) { in RequireCompleteExprType()
9172 TypeDiagnoser &Diagnoser) { in RequireCompleteType()
9348 TypeDiagnoser *Diagnoser) { in RequireCompleteTypeImpl()
9538 TypeDiagnoser &Diagnoser) { in RequireLiteralType()
H A DSemaExpr.cpp18198 class ParamIncompleteTypeDiagnoser : public Sema::TypeDiagnoser { in CheckCompleteParameterTypesForMangler()
20499 class CallReturnIncompleteDiagnoser : public TypeDiagnoser { in CheckCallReturnType()
H A DSemaOverload.cpp6823 struct TypeDiagnoserPartialDiag : TypeDiagnoser { in PerformContextualImplicitConversion()
H A DSemaDeclCXX.cpp5985 TypeDiagnoser &Diagnoser) { in RequireNonAbstractType()