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 28 DD.Kind = Deprecation;
51 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 };
164 assert(Kind == Deprecation && "Not a deprecation diagnostic.");
169 assert(Kind == Deprecation && "Not a deprecation diagnostic.");
218 /// Deprecation

Completed in 3962 milliseconds