HomeSort by relevance Sort by last modified time
    Searched refs:ForbiddenType (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Sema/
DelayedDiagnostic.h 116 enum DDKind { Deprecation, Unavailable, Access, ForbiddenType };
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/
DelayedDiagnostic.cpp 69 case ForbiddenType:
SemaDeclAttr.cpp     [all...]

Completed in 84 milliseconds