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.h126 enum DDKind : unsigned char { Availability, Access, ForbiddenType }; enumerator
159 DD.Kind = ForbiddenType; in makeForbiddenType()
207 assert(Kind == ForbiddenType && "not a forbidden-type diagnostic"); in getForbiddenTypeDiagnostic()
212 assert(Kind == ForbiddenType && "not a forbidden-type diagnostic"); in getForbiddenTypeArgument()
217 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.cpp10250 case DelayedDiagnostic::ForbiddenType: in PopParsingDeclaration()