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

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

Completed in 160 milliseconds