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

  /external/clang/lib/Sema/
DelayedDiagnostic.cpp 55 case ForbiddenType:
SemaDeclAttr.cpp     [all...]
  /external/clang/include/clang/Sema/
DelayedDiagnostic.h 115 enum DDKind { Deprecation, Access, ForbiddenType };
145 DD.Kind = ForbiddenType;
179 assert(Kind == ForbiddenType && "not a forbidden-type diagnostic");
184 assert(Kind == ForbiddenType && "not a forbidden-type diagnostic");
189 assert(Kind == ForbiddenType && "not a forbidden-type diagnostic");

Completed in 442 milliseconds