Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDelayedDiagnostic.h116 enum DDKind { Deprecation, Unavailable, Access, ForbiddenType }; enumerator
149 DD.Kind = ForbiddenType; in makeForbiddenType()
185 assert(Kind == ForbiddenType && "not a forbidden-type diagnostic"); in getForbiddenTypeDiagnostic()
190 assert(Kind == ForbiddenType && "not a forbidden-type diagnostic"); in getForbiddenTypeArgument()
195 assert(Kind == ForbiddenType && "not a forbidden-type diagnostic"); in getForbiddenTypeOperand()
/external/clang/lib/Sema/
DDelayedDiagnostic.cpp69 case ForbiddenType: in Destroy()
DSemaDeclAttr.cpp6452 case DelayedDiagnostic::ForbiddenType: in PopParsingDeclaration()