Home
last modified time | relevance | path

Searched refs:Deprecated (Results 1 – 25 of 81) sorted by relevance

1234

/llvm-project-15.0.7/clang/include/clang/ExtractAPI/
H A DAvailabilityInfo.h30 VersionTuple Deprecated; member
58 : Introduced(I), Deprecated(D), Obsoleted(O), Unavailable(U), in AvailabilityInfo()
67 return std::tie(Lhs.Introduced, Lhs.Deprecated, Lhs.Obsoleted,
70 std::tie(Rhs.Introduced, Rhs.Deprecated, Rhs.Obsoleted,
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DQualityTests.cpp64 EXPECT_TRUE(Quality.Deprecated); in TEST()
71 EXPECT_TRUE(Quality.Deprecated); in TEST()
86 EXPECT_FALSE(Quality.Deprecated); in TEST()
204 SymbolQualitySignals Deprecated; in TEST() local
205 Deprecated.Deprecated = true; in TEST()
206 EXPECT_LT(Deprecated.evaluateHeuristics(), Default.evaluateHeuristics()); in TEST()
H A DSerializationTests.cpp150 EXPECT_FALSE(Sym1.Flags & Symbol::Deprecated); in TEST()
161 EXPECT_TRUE(Sym2.Flags & Symbol::Deprecated); in TEST()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DQuality.cpp176 Deprecated |= (SemaCCResult.Availability == CXAvailability_Deprecated); in merge()
189 Deprecated |= (IndexResult.Flags & Symbol::Deprecated); in merge()
214 if (Deprecated) in evaluateHeuristics()
250 OS << llvm::formatv("\tDeprecated: {0}\n", S.Deprecated); in operator <<()
536 E.setIsDeprecated(Quality.Deprecated); in evaluateDecisionForest()
H A DSemanticHighlighting.h65 Deprecated, enumerator
H A DCodeComplete.h232 bool Deprecated = false; member
H A DQuality.h56 bool Deprecated = false; member
H A DCodeComplete.cpp300 Completion.Deprecated = true; // cleared by any non-deprecated overload. in CodeCompletionBuilder()
430 if (Completion.Deprecated) { in add()
432 Completion.Deprecated &= in add()
435 Completion.Deprecated &= in add()
436 bool(C.IndexResult->Flags & Symbol::Deprecated); in add()
2136 LSP.deprecated = Deprecated; in render()
H A DSemanticHighlighting.cpp853 Tok.addModifier(HighlightingModifier::Deprecated); in getSemanticHighlightings()
1060 case HighlightingModifier::Deprecated: in toSemanticTokenModifier()
H A DProtocol.h837 Deprecated = 2, enumerator
1459 enum class SymbolTag { Deprecated = 1 }; enumerator
/llvm-project-15.0.7/mlir/test/mlir-tblgen/
H A Ddeprecation.td10 def OpTraitA : NativeOpTrait<"OpTraitA">, Deprecated<"use `bar` instead">;
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/modernize/
H A Ddeprecated-ios-base-aliases.rst10 Deprecated member type Replacement
/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DSymbol.cpp18 if (F & Symbol::Deprecated) in operator <<()
H A DSymbol.h121 Deprecated = 1 << 1, enumerator
/llvm-project-15.0.7/clang/test/Analysis/
H A Dsecurity-syntax-checks-nscoder.m34 …[decoder decodeValueOfObjCType:"I" at:&x]; // available-warning{{Deprecated method '-decodeValueOf…
/llvm-project-15.0.7/compiler-rt/lib/scudo/
H A Dscudo_flags.inc18 "Deprecated. Please use QuarantineSizeKb.")
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnosticFrontendKinds.td129 InGroup<Deprecated>;
261 "%0 does not support the option '%1'">, InGroup<Deprecated>;
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCInstrAltivec.td344 Deprecated<DeprecatedDST> {
351 Deprecated<DeprecatedDST> {
360 Deprecated<DeprecatedDST>;
365 Deprecated<DeprecatedDST>;
370 Deprecated<DeprecatedDST>;
375 Deprecated<DeprecatedDST>;
382 Deprecated<DeprecatedDST>;
387 Deprecated<DeprecatedDST>;
393 Deprecated<DeprecatedDST>;
399 Deprecated<DeprecatedDST>;
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclAttr.cpp2381 if (!Introduced.empty() && !Deprecated.empty() && in checkAvailabilityAttr()
2382 !(Introduced <= Deprecated)) { in checkAvailabilityAttr()
2384 << 1 << PlatformName << Deprecated.getAsString() in checkAvailabilityAttr()
2397 if (!Deprecated.empty() && !Obsoleted.empty() && in checkAvailabilityAttr()
2398 !(Deprecated <= Obsoleted)) { in checkAvailabilityAttr()
2401 << 1 << Deprecated.getAsString(); in checkAvailabilityAttr()
2433 VersionTuple MergedDeprecated = Deprecated; in mergeAvailabilityAttr()
2501 FirstVersion = Deprecated; in mergeAvailabilityAttr()
2572 MergedDeprecated == Deprecated && in mergeAvailabilityAttr()
2625 (!IsUnavailable && !Deprecated.isValid())) { in handleAvailabilityAttr()
[all …]
/llvm-project-15.0.7/libcxx/docs/Status/
H A DCxx17Papers.csv20 "`P0004R1 <https://wg21.link/p0004r1>`__","LWG","Remove Deprecated iostreams aliases.","Kona","|Com…
73 "`P0003R5 <https://wg21.link/P0003R5>`__","LWG","Removing Deprecated Exception Specifications from …
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/
H A DCommands.md372 [Deprecated] Evaluate each given `expression` when the debugger steps onto the
376 [Deprecated]
/llvm-project-15.0.7/llvm/tools/llvm-nm/
H A DOpts.td71 def : F<"M", "Deprecated alias for --print-armap">, Alias<print_armap>, Flags<[HelpHidden]>;
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DParsedAttr.h186 const AvailabilityChange &Deprecated, in AvailabilityData()
191 Changes[DeprecatedSlot] = Deprecated; in AvailabilityData()
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_flags.inc20 "Deprecated, please use quarantine_size_mb.")
/llvm-project-15.0.7/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp153 serializeSemanticVersion(Avail.Deprecated)); in serializeAvailability()

1234