Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDelayedDiagnostic.h132 enum DDKind : unsigned char { Availability, Access, ForbiddenType }; enumerator
165 DD.Kind = ForbiddenType; in makeForbiddenType()
213 assert(Kind == ForbiddenType && "not a forbidden-type diagnostic"); in getForbiddenTypeDiagnostic()
218 assert(Kind == ForbiddenType && "not a forbidden-type diagnostic"); in getForbiddenTypeArgument()
223 assert(Kind == ForbiddenType && "not a forbidden-type diagnostic"); in getForbiddenTypeOperand()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DDelayedDiagnostic.cpp71 case ForbiddenType: in Destroy()
H A DSemaDeclAttr.cpp7906 case DelayedDiagnostic::ForbiddenType: in PopParsingDeclaration()