Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDelayedDiagnostic.h128 enum DDKind : unsigned char { Availability, Access, ForbiddenType }; enumerator
161 DD.Kind = ForbiddenType; in makeForbiddenType()
209 assert(Kind == ForbiddenType && "not a forbidden-type diagnostic"); in getForbiddenTypeDiagnostic()
214 assert(Kind == ForbiddenType && "not a forbidden-type diagnostic"); in getForbiddenTypeArgument()
219 assert(Kind == ForbiddenType && "not a forbidden-type diagnostic"); in getForbiddenTypeOperand()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDelayedDiagnostic.cpp70 case ForbiddenType: in Destroy()
H A DSemaDeclAttr.cpp7497 case DelayedDiagnostic::ForbiddenType: in PopParsingDeclaration()