Home
last modified time | relevance | path

Searched refs:Deprecation (Results 1 – 25 of 31) sorted by relevance

12

/external/clang/lib/Sema/
DDelayedDiagnostic.cpp33 DD.Kind = Deprecation; in makeAvailability()
64 case Deprecation: in Destroy()
DSemaDeclAttr.cpp6402 assert(DD.Kind == DelayedDiagnostic::Deprecation || in handleDelayedAvailabilityCheck()
6404 Sema::AvailabilityDiagnostic AD = DD.Kind == DelayedDiagnostic::Deprecation in handleDelayedAvailabilityCheck()
6440 case DelayedDiagnostic::Deprecation: in PopParsingDeclaration()
/external/clang/include/clang/Sema/
DDelayedDiagnostic.h116 enum DDKind { Deprecation, Unavailable, Access, ForbiddenType }; enumerator
168 assert((Kind == Deprecation || Kind == Unavailable) && in getDeprecationDecl()
174 assert((Kind == Deprecation || Kind == Unavailable) && in getDeprecationMessage()
/external/dokka/core/src/main/kotlin/Model/
DDocumentationReference.kt19 Deprecation, in <lambda>()
DDocumentationNode.kt116 get() = references(RefKind.Deprecation).map { it.to }.firstOrNull() in <lambda>()
/external/dokka/core/src/main/kotlin/Java/
DJavaPsiDocumentationBuilder.kt124 node.append(annotation, RefKind.Deprecation) in appendFile()
134 node.append(deprecationNode, RefKind.Deprecation) in appendFile()
138 node.append(deprecationNode, RefKind.Deprecation) in appendFile()
/external/arm-trusted-firmware/docs/about/
Drelease-information.rst58 | Interface | Deprecation | Removed | Comments …
/external/python/cryptography/docs/
Dapi-stability.rst53 Deprecation section in Versioning
/external/python/pybind11/docs/
Dupgrade.rst123 Deprecation of the ``PYBIND11_PLUGIN`` macro
321 Deprecation of some ``py::object`` APIs
453 Deprecation of the ``py::base<T>()`` attribute
491 Deprecation of a few ``py::object`` APIs
/external/python/cpython3/Doc/
DREADME.rst116 Deprecation header
/external/python/cpython3/Misc/NEWS.d/
D3.6.0b3.rst7 Deprecation warning for invalid str and byte escape sequences now prints
D3.5.0a2.rst385 Deprecation warning is now raised for builtin types without the __module__
D3.6.0b1.rst500 Deprecation warning is emitted if uses them in the middle of the regular
/external/tensorflow/tensorflow/go/genop/internal/
Dgenop.go244 {{- with .Op.Deprecation}}
/external/flatbuffers/docs/source/
DWhitePaper.md100 - Deprecation of fields instead of manual field id assignment.
/external/dokka/core/src/main/kotlin/Kotlin/
DDocumentationBuilder.kt306 annotationNode.isDeprecation() -> RefKind.Deprecation in ClassifierDescriptor()
313 … if (refKind == RefKind.Deprecation) annotationNode.convertDeprecationDetailsToChildren() in ClassifierDescriptor()
/external/llvm-project/llvm/docs/
DSupportPolicy.rst166 Deprecation Policy
DXRay.rst275 versions we support going forward. Deprecation of the formats will be
/external/python/httplib2/
DCHANGELOG329 #39 - Deprecation warnings in Python 2.6
/external/llvm-project/libcxx/include/
D__config952 // Deprecation macros.
/external/libcxx/include/
D__config1015 // Deprecation macros.
/external/kotlinx.coroutines/
DCHANGES.md205 * Deprecation level for API deprecated in 1.3.0 is increased.
/external/python/cpython3/Doc/library/
Dunittest.rst2138 <warning-ignored>`. Deprecation warnings caused by :ref:`deprecated unittest
/external/python/cpython3/Doc/whatsnew/
D3.7.rst1596 Deprecation warnings are once again shown by default in single-file scripts and
/external/python/cpython2/Misc/NEWS.d/
D2.7a1.rst5405 - Packing a float now always gives a Deprecation Warning. Previously it

12