Home
last modified time | relevance | path

Searched refs:Ownership (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/objc/
H A DNSInvocationArgumentLifetimeCheck.cpp57 StringRef Ownership) { in fixItHintReplacementForOwnershipString() argument
58 size_t Index = Text.find(Ownership); in fixItHintReplacementForOwnershipString()
63 SourceLocation End = Begin.getLocWithOffset(Ownership.size()); in fixItHintReplacementForOwnershipString()
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines/
H A Downing-memory.rst53 // Example Good, Ownership correctly stated
/llvm-project-15.0.7/clang/include/clang/AST/
H A DCommentCommands.td183 def Ownership : RecordLikeDetailCommand<"ownership">;
/llvm-project-15.0.7/mlir/docs/
H A DCAPI.md34 ### Naming Convention and Ownership Model
/llvm-project-15.0.7/clang/docs/
H A DAutomaticReferenceCounting.rst669 Ownership qualification
703 arguments <arc.ownership.inference.template.arguments>`. Ownership qualifiers
755 Ownership qualifiers are like ``const`` and ``volatile`` in the sense
1100 Ownership-qualified fields of structs and unions
1382 Ownership inference
2302 Ownership qualification does not alter the storage requirements for objects,
H A DInternalsManual.rst1617 Ownership of declarations
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1270 int32_t FlagsForOwnership(Qualifiers::ObjCLifetime Ownership) { in FlagsForOwnership() argument
1278 switch (Ownership) { in FlagsForOwnership()
1290 assert(Ownership != Qualifiers::OCL_Autoreleasing); in FlagsForOwnership()
/llvm-project-15.0.7/mlir/docs/Bindings/
H A DPython.md157 ### Ownership in the Core IR
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DAttr.td2301 def Ownership : InheritableAttr {