Home
last modified time | relevance | path

Searched defs:Property (Results 1 – 25 of 54) sorted by relevance

123

/llvm-project/mlir/lib/TableGen/
H A DProperty.cpp35 Property::Property(const Record *def) Property() function in Property
51 Property::Property(const DefInit *init) : Property(init->getDef()) {} Property() function in Property
53 Property::Property(StringRef storageType, StringRef interfaceType, Property() function in Property
[all...]
/llvm-project/offload/src/OpenMP/
H A DInteropAPI.cpp30 omp_interop_rc_t getPropertyErrorType(omp_interop_property_t Property) { in getPropertyErrorType()
54 void getTypeMismatch(omp_interop_property_t Property, int *Err) { in getTypeMismatch()
83 omp_interop_property_t Property, int *Err) { in getProperty()
99 omp_interop_property_t Property, in getProperty()
116 omp_interop_property_t Property, int *Err) { in getProperty()
134 omp_interop_property_t Property, int *Err) { in getPropertyCheck()
/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp167 auto HandleTrait = [MK](TraitProperty Property, in isVariantApplicableInContextHelper() argument
196 TraitProperty Property = TraitProperty(Bit); isVariantApplicableInContextHelper() local
224 for (TraitProperty Property : VMI.ConstructTraits) { isVariantApplicableInContextHelper() local
277 TraitProperty Property = TraitProperty(Bit); getVariantMatchScore() local
326 for (TraitProperty Property : VMI.ConstructTraits) { getVariantMatchScore() local
395 getOpenMPContextTraitSetForProperty(TraitProperty Property) getOpenMPContextTraitSetForProperty() argument
422 getOpenMPContextTraitSelectorForProperty(TraitProperty Property) getOpenMPContextTraitSelectorForProperty() argument
502 isValidTraitPropertyForTraitSetAndSelector(TraitProperty Property,TraitSelector Selector,TraitSet Set) isValidTraitPropertyForTraitSetAndSelector() argument
[all...]
/llvm-project/lldb/include/lldb/Core/
H A DUserSettingsController.h27 class Property; variable
/llvm-project/lldb/utils/TableGen/
H A DLLDBPropertyDefEmitter.cpp24 static void emitPropertyEnum(const Record *Property, raw_ostream &OS) { in emitPropertyEnum() argument
30 static void emitProperty(const Record *Property, raw_ostream &OS) { in emitProperty() argument
[all...]
/llvm-project/clang/test/ExtractAPI/
H A Dobjc_category.m13 @property int Property; property
H A Dobjc_external_category.m15 @property int Property; property
H A Dobjc_interface.m37 @property(readonly, getter=getProperty) unsigned Property; property
/llvm-project/clang/test/Analysis/
H A Dmalloc.cpp124 struct Property { struct
126 Property(char* n) in Property() argument
/llvm-project/lldb/source/Interpreter/
H A DProperty.cpp22 Property::Property(const PropertyDefinition &definition) in Property() function in Property
232 Property::Property(llvm::StringRef name, llvm::StringRef desc, bool is_global, in Property() function in Property
/llvm-project/clang/test/SemaObjC/
H A Dproperty-and-class-extension.m24 @property int Property; property
/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp208 struct Property { argument
202 struct Property { global() struct
203 Name__anonb21921b00511::Property global() argument
204 Kind__anonb21921b00511::Property global() argument
205 Nullability__anonb21921b00511::Property global() argument
206 Availability__anonb21921b00511::Property global() argument
207 SwiftPrivate__anonb21921b00511::Property global() argument
209 SwiftImportAsAccessors__anonb21921b00511::Property global() argument
210 Type__anonb21921b00511::Property global() argument
823 for (const auto &Property : C.Properties) { convertContext() local
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp349 auto Attrs = Property->getPropertyAttributes(); in checkAtomicPropertyMismatch() argument
825 SelectPropertyForSynthesisFromProtocols(Sema & S,SourceLocation AtLoc,ObjCInterfaceDecl * ClassDecl,ObjCPropertyDecl * Property) SelectPropertyForSynthesisFromProtocols() argument
1612 DiagnosePropertyMismatch(ObjCPropertyDecl * Property,ObjCPropertyDecl * SuperProperty,const IdentifierInfo * inheritedName,bool OverridingProtocolProperty) DiagnosePropertyMismatch() argument
1826 for (const auto *Property : IFace->instance_properties()) { IvarBacksCurrentMethodAccessor() local
1835 for (const auto *Property : Ext->instance_properties()) IvarBacksCurrentMethodAccessor() local
2158 const ObjCPropertyDecl *Property = I->second; AtomicPropertySetterGetterRules() local
2342 AddPropertyAttrs(Sema & S,ObjCMethodDecl * PropertyMethod,ObjCPropertyDecl * Property) AddPropertyAttrs() argument
[all...]
H A DSemaAPINotes.cpp100 } else if (auto Property = dyn_cast<ObjCPropertyDecl>(D)) { applyNullability() local
389 } else if (auto Property = dyn_cast<ObjCPropertyDecl>(D)) { ProcessAPINotes() local
989 if (auto Property = dyn_cast<ObjCPropertyDecl>(D)) { ProcessAPINotes() local
[all...]
/llvm-project/clang/lib/Format/
H A DObjCPropertyAttributeOrderFixer.cpp28 for (const auto &Property : Style.ObjCPropertyAttributeOrder) in ObjCPropertyAttributeOrderFixer() local
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSymbol.h37 enum class Property { HasLocation, FillGaps, LastEntry }; enum
H A DLVLocation.h58 enum class Property { enum
H A DLVType.h52 enum class Property { IsSubrangeCount, LastEntry }; enum
H A DLVObject.h109 enum class Property { enum
H A DLVElement.h68 enum class Property { enum
/llvm-project/llvm/utils/TableGen/Basic/
H A DCodeGenIntrinsics.cpp132 Record *Property = PropList->getElementAsRecord(i); CodeGenIntrinsic() local
/llvm-project/clang/lib/Tooling/Transformer/
H A DRangeSelector.cpp49 StringRef Property) { in missingPropertyError()
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DSignAnalysisTest.cpp458 StringRef Property) { in getProperty()
479 StringRef Property, bool Implies) { in isPropertyImplied()
/llvm-project/mlir/tools/mlir-tblgen/
H A DFormatGen.h244 Property enumerator
/llvm-project/mlir/include/mlir/Tools/lsp-server-support/
H A DProtocol.h563 Property = 7, enumerator
779 Property = 10, enumerator

123