| /llvm-project-15.0.7/clang/include/clang/ExtractAPI/ |
| H A D | AvailabilityInfo.h | 30 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 D | QualityTests.cpp | 64 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 D | SerializationTests.cpp | 150 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 D | Quality.cpp | 176 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 D | SemanticHighlighting.h | 65 Deprecated, enumerator
|
| H A D | CodeComplete.h | 232 bool Deprecated = false; member
|
| H A D | Quality.h | 56 bool Deprecated = false; member
|
| H A D | CodeComplete.cpp | 300 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 D | SemanticHighlighting.cpp | 853 Tok.addModifier(HighlightingModifier::Deprecated); in getSemanticHighlightings() 1060 case HighlightingModifier::Deprecated: in toSemanticTokenModifier()
|
| H A D | Protocol.h | 837 Deprecated = 2, enumerator 1459 enum class SymbolTag { Deprecated = 1 }; enumerator
|
| /llvm-project-15.0.7/mlir/test/mlir-tblgen/ |
| H A D | deprecation.td | 10 def OpTraitA : NativeOpTrait<"OpTraitA">, Deprecated<"use `bar` instead">;
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/modernize/ |
| H A D | deprecated-ios-base-aliases.rst | 10 Deprecated member type Replacement
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/ |
| H A D | Symbol.cpp | 18 if (F & Symbol::Deprecated) in operator <<()
|
| H A D | Symbol.h | 121 Deprecated = 1 << 1, enumerator
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | security-syntax-checks-nscoder.m | 34 …[decoder decodeValueOfObjCType:"I" at:&x]; // available-warning{{Deprecated method '-decodeValueOf…
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/ |
| H A D | scudo_flags.inc | 18 "Deprecated. Please use QuarantineSizeKb.")
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | DiagnosticFrontendKinds.td | 129 InGroup<Deprecated>; 261 "%0 does not support the option '%1'">, InGroup<Deprecated>;
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrAltivec.td | 344 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 D | SemaDeclAttr.cpp | 2381 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 D | Cxx17Papers.csv | 20 "`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 D | Commands.md | 372 [Deprecated] Evaluate each given `expression` when the debugger steps onto the 376 [Deprecated]
|
| /llvm-project-15.0.7/llvm/tools/llvm-nm/ |
| H A D | Opts.td | 71 def : F<"M", "Deprecated alias for --print-armap">, Alias<print_armap>, Flags<[HelpHidden]>;
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | ParsedAttr.h | 186 const AvailabilityChange &Deprecated, in AvailabilityData() 191 Changes[DeprecatedSlot] = Deprecated; in AvailabilityData()
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_flags.inc | 20 "Deprecated, please use quarantine_size_mb.")
|
| /llvm-project-15.0.7/clang/lib/ExtractAPI/Serialization/ |
| H A D | SymbolGraphSerializer.cpp | 153 serializeSemanticVersion(Avail.Deprecated)); in serializeAvailability()
|