/llvm-project/mlir/lib/TableGen/ |
H A D | Property.cpp | 35 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 D | InteropAPI.cpp | 30 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 D | OMPContext.cpp | 167 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 D | UserSettingsController.h | 27 class Property; variable
|
/llvm-project/lldb/utils/TableGen/ |
H A D | LLDBPropertyDefEmitter.cpp | 24 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 D | objc_category.m | 13 @property int Property; property
|
H A D | objc_external_category.m | 15 @property int Property; property
|
H A D | objc_interface.m | 37 @property(readonly, getter=getProperty) unsigned Property; property
|
/llvm-project/clang/test/Analysis/ |
H A D | malloc.cpp | 124 struct Property { struct 126 Property(char* n) in Property() argument
|
/llvm-project/lldb/source/Interpreter/ |
H A D | Property.cpp | 22 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 D | property-and-class-extension.m | 24 @property int Property; property
|
/llvm-project/clang/lib/APINotes/ |
H A D | APINotesYAMLCompiler.cpp | 208 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 D | SemaObjCProperty.cpp | 349 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 D | SemaAPINotes.cpp | 100 } 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 D | ObjCPropertyAttributeOrderFixer.cpp | 28 for (const auto &Property : Style.ObjCPropertyAttributeOrder) in ObjCPropertyAttributeOrderFixer() local
|
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVSymbol.h | 37 enum class Property { HasLocation, FillGaps, LastEntry }; enum
|
H A D | LVLocation.h | 58 enum class Property { enum
|
H A D | LVType.h | 52 enum class Property { IsSubrangeCount, LastEntry }; enum
|
H A D | LVObject.h | 109 enum class Property { enum
|
H A D | LVElement.h | 68 enum class Property { enum
|
/llvm-project/llvm/utils/TableGen/Basic/ |
H A D | CodeGenIntrinsics.cpp | 132 Record *Property = PropList->getElementAsRecord(i); CodeGenIntrinsic() local
|
/llvm-project/clang/lib/Tooling/Transformer/ |
H A D | RangeSelector.cpp | 49 StringRef Property) { in missingPropertyError()
|
/llvm-project/clang/unittests/Analysis/FlowSensitive/ |
H A D | SignAnalysisTest.cpp | 458 StringRef Property) { in getProperty() 479 StringRef Property, bool Implies) { in isPropertyImplied()
|
/llvm-project/mlir/tools/mlir-tblgen/ |
H A D | FormatGen.h | 244 Property enumerator
|
/llvm-project/mlir/include/mlir/Tools/lsp-server-support/ |
H A D | Protocol.h | 563 Property = 7, enumerator 779 Property = 10, enumerator
|