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 115 enum DDKind { Deprecation, Access, ForbiddenType };
144 DD.Kind = ForbiddenType;
178 assert(Kind == ForbiddenType && "not a forbidden-type diagnostic");
183 assert(Kind == ForbiddenType && "not a forbidden-type diagnostic");
188 assert(Kind == ForbiddenType && "not a forbidden-type diagnostic");
  /external/clang/lib/Sema/
DelayedDiagnostic.cpp 53 case ForbiddenType:
SemaDeclAttr.cpp     [all...]

Completed in 176 milliseconds