Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp166 auto HandleTrait = [MK](TraitProperty Property, in isVariantApplicableInContextHelper() argument
195 TraitProperty Property = TraitProperty(Bit); isVariantApplicableInContextHelper() local
223 for (TraitProperty Property : VMI.ConstructTraits) { isVariantApplicableInContextHelper() local
276 TraitProperty Property = TraitProperty(Bit); getVariantMatchScore() local
325 for (TraitProperty Property : VMI.ConstructTraits) { getVariantMatchScore() local
394 getOpenMPContextTraitSetForProperty(TraitProperty Property) getOpenMPContextTraitSetForProperty() argument
421 getOpenMPContextTraitSelectorForProperty(TraitProperty Property) getOpenMPContextTraitSelectorForProperty() argument
501 isValidTraitPropertyForTraitSetAndSelector(TraitProperty Property,TraitSelector Selector,TraitSet Set) isValidTraitPropertyForTraitSetAndSelector() argument
[all...]
/freebsd-src/contrib/llvm-project/lldb/utils/TableGen/
H A DLLDBPropertyDefEmitter.cpp24 static void emitPropertyEnum(Record *Property, raw_ostream &OS) { in emitPropertyEnum()
30 static void emitProperty(Record *Property, raw_ostream &OS) { in emitProperty()
/freebsd-src/contrib/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
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/
H A DUserSettingsController.h27 class Property; variable
/freebsd-src/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp202 struct Property { struct
203 Name__anon561c0f8f0511::Property global() argument
204 Kind__anon561c0f8f0511::Property global() argument
205 Nullability__anon561c0f8f0511::Property global() argument
206 Availability__anon561c0f8f0511::Property global() argument
207 SwiftPrivate__anon561c0f8f0511::Property global() argument
208 SwiftName__anon561c0f8f0511::Property global() argument
209 SwiftImportAsAccessors__anon561c0f8f0511::Property global() argument
210 Type__anon561c0f8f0511::Property global() argument
821 for (const auto &Property : C.Properties) { convertContext() local
[all...]
/freebsd-src/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Ddataset.py35 class Property(object): class
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp349 auto isImplicitlyReadonlyAtomic = [](ObjCPropertyDecl *Property) -> bool { in checkAtomicPropertyMismatch() argument
840 SelectPropertyForSynthesisFromProtocols(Sema & S,SourceLocation AtLoc,ObjCInterfaceDecl * ClassDecl,ObjCPropertyDecl * Property) SelectPropertyForSynthesisFromProtocols() argument
1634 DiagnosePropertyMismatch(ObjCPropertyDecl * Property,ObjCPropertyDecl * SuperProperty,const IdentifierInfo * inheritedName,bool OverridingProtocolProperty) DiagnosePropertyMismatch() argument
1846 for (const auto *Property : IFace->instance_properties()) { IvarBacksCurrentMethodAccessor() local
1855 for (const auto *Property : Ext->instance_properties()) IvarBacksCurrentMethodAccessor() local
2176 const ObjCPropertyDecl *Property = I->second; AtomicPropertySetterGetterRules() local
2360 AddPropertyAttrs(Sema & S,ObjCMethodDecl * PropertyMethod,ObjCPropertyDecl * Property) AddPropertyAttrs() argument
[all...]
H A DSemaCodeComplete.cpp948 else if (const auto *Property = dyn_cast<ObjCPropertyDecl>(ND)) getDeclUsageType() local
2802 } else if (const auto *Property = dyn_cast<ObjCPropertyDecl>(ND)) { AddResultTypeChunk() local
8757 if (ObjCPropertyDecl *Property = Class->FindPropertyDeclaration( CodeCompleteObjCPropertySynthesizeIvar() local
8945 AddObjCKeyValueCompletions(ObjCPropertyDecl * Property,bool IsInstanceMethod,QualType ReturnType,ASTContext & Context,VisitedSelectorSet & KnownSelectors,ResultBuilder & Results) AddObjCKeyValueCompletions() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenIntrinsics.cpp
/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DObjCPropertyAttributeOrderFixer.cpp28 for (const auto &Property : Style.ObjCPropertyAttributeOrder) in ObjCPropertyAttributeOrderFixer() local
/freebsd-src/contrib/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
[all...]
H A DLVElement.h68 enum class Property { enum
H A DLVScope.h74 enum class Property { enum
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DRangeSelector.cpp49 StringRef Property) { in missingPropertyError() argument
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp2606 for (const OMPTraitProperty &Property : Selector.Properties) getAsVariantMatchInfo() local
2661 for (const OMPTraitProperty &Property : Selector.Properties) { print() local
2692 for (const OMPTraitProperty &Property : Selector.Properties) getMangledName() local
2723 OMPTraitProperty &Property = Selector.Properties.back(); OMPTraitInfo() local
2758 for (llvm::omp::TraitProperty Property : ConstructTraits) global() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h767 enum Property { enum
/freebsd-src/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp1284 getFragmentsForObjCProperty(const ObjCPropertyDecl * Property) getFragmentsForObjCProperty() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h282 const NamedDecl *Property = nullptr; global() variable
/freebsd-src/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h1323 for (const auto *Property : Properties) { recordObjCProperties() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h171 class Property; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp989 StringRef Property = (IsStatic ? "`Symbols`" : "`DynamicSymbols`"); initSymtabSectionHeader() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp942 } else if (auto *Property = dyn_cast<DIObjCProperty>(Element)) { constructTypeDIE() local

12