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

  /external/clang/lib/Sema/
DelayedDiagnostic.cpp 27 DD.Kind = Deprecation;
49 case Deprecation:
SemaDeclAttr.cpp     [all...]
  /external/clang/include/clang/Sema/
DelayedDiagnostic.h 13 // deprecation and access control --- are suppressed based on
115 enum DDKind { Deprecation, Access, ForbiddenType };
163 assert(Kind == Deprecation && "Not a deprecation diagnostic.");
168 assert(Kind == Deprecation && "Not a deprecation diagnostic.");
198 /// Deprecation.

Completed in 74 milliseconds