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

  /external/clang/include/clang/Sema/
DelayedDiagnostic.h 16 /// diagnostics -- notably deprecation and access control -- are suppressed
116 enum DDKind { Deprecation, Unavailable, Access, ForbiddenType };
168 assert((Kind == Deprecation || Kind == Unavailable) &&
169 "Not a deprecation diagnostic.");
174 assert((Kind == Deprecation || Kind == Unavailable) &&
175 "Not a deprecation diagnostic.");
229 /// Deprecation
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
ConsoleModel.js 373 Deprecation: "deprecation"

Completed in 1996 milliseconds