Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp167 bool WasFound) -> std::optional<bool> /* Result */ { in isVariantApplicableInContextHelper()
196 TraitProperty Property = TraitProperty(Bit); in isVariantApplicableInContextHelper() local
224 for (TraitProperty Property : VMI.ConstructTraits) { in isVariantApplicableInContextHelper() local
277 TraitProperty Property = TraitProperty(Bit); in getVariantMatchScore() local
326 for (TraitProperty Property : VMI.ConstructTraits) { in getVariantMatchScore() local
395 llvm::omp::getOpenMPContextTraitSetForProperty(TraitProperty Property) { in getOpenMPContextTraitSetForProperty()
422 llvm::omp::getOpenMPContextTraitSelectorForProperty(TraitProperty Property) { in getOpenMPContextTraitSelectorForProperty()
502 TraitProperty Property, TraitSelector Selector, TraitSet Set) { in isValidTraitPropertyForTraitSetAndSelector()
/freebsd/contrib/llvm-project/lldb/utils/TableGen/
H A DLLDBPropertyDefEmitter.cpp24 static void emitPropertyEnum(Record *Property, raw_ostream &OS) { in emitPropertyEnum() argument
30 static void emitProperty(Record *Property, raw_ostream &OS) { in emitProperty() argument
[all...]
/freebsd/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/contrib/llvm-project/lldb/include/lldb/Core/
H A DUserSettingsController.h27 class Property; variable
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp202 struct Property { struct
203 StringRef Name;
204 std::optional<MethodKind> Kind;
205 std::optional<NullabilityKind> Nullability;
206 AvailabilityItem Availability;
207 std::optional<bool> SwiftPrivate;
208 StringRef SwiftName;
209 std::optional<bool> SwiftImportAsAccessors;
210 StringRef Type;
825 for (const auto &Property : C.Properties) { in convertContext() local
/freebsd/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Ddataset.py35 class Property(object): class
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp349 auto isImplicitlyReadonlyAtomic = [](ObjCPropertyDecl *Property) -> bool { in checkAtomicPropertyMismatch()
825 ObjCPropertyDecl *Property) { in SelectPropertyForSynthesisFromProtocols()
1612 void SemaObjC::DiagnosePropertyMismatch(ObjCPropertyDecl *Property, in DiagnosePropertyMismatch()
1826 for (const auto *Property : IFace->instance_properties()) { in IvarBacksCurrentMethodAccessor() local
1835 for (const auto *Property : Ext->instance_properties()) in IvarBacksCurrentMethodAccessor() local
2158 const ObjCPropertyDecl *Property = I->second; in AtomicPropertySetterGetterRules() local
2342 ObjCPropertyDecl *Property) { in AddPropertyAttrs()
H A DSemaAPINotes.cpp100 } else if (auto Property = dyn_cast<ObjCPropertyDecl>(D)) { in applyNullability() local
389 } else if (auto Property = dyn_cast<ObjCPropertyDecl>(D)) { in ProcessAPINotes() local
1001 if (auto Property = dyn_cast<ObjCPropertyDecl>(D)) { in ProcessAPINotes() local
H A DSemaCodeComplete.cpp955 else if (const auto *Property = dyn_cast<ObjCPropertyDecl>(ND)) in getDeclUsageType() local
2809 } else if (const auto *Property = dyn_cast<ObjCPropertyDecl>(ND)) { in AddResultTypeChunk() local
8849 if (ObjCPropertyDecl *Property = Class->FindPropertyDeclaration( in CodeCompleteObjCPropertySynthesizeIvar() local
9038 static void AddObjCKeyValueCompletions(ObjCPropertyDecl *Property, in AddObjCKeyValueCompletions()
/freebsd/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
H A DLVElement.h68 enum class Property { enum
H A DLVScope.h74 enum class Property { enum
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DCodeGenIntrinsics.cpp132 Record *Property = PropList->getElementAsRecord(i); in CodeGenIntrinsic() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DRangeSelector.cpp49 StringRef Property) { in missingPropertyError()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp2608 for (const OMPTraitProperty &Property : Selector.Properties) in getAsVariantMatchInfo() local
2663 for (const OMPTraitProperty &Property : Selector.Properties) { in print() local
2694 for (const OMPTraitProperty &Property : Selector.Properties) in getMangledName() local
2725 OMPTraitProperty &Property = Selector.Properties.back(); in OMPTraitInfo() local
2760 for (llvm::omp::TraitProperty Property : ConstructTraits) local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h767 enum Property { enum
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h285 const NamedDecl *Property = nullptr; variable
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp1447 const ObjCPropertyDecl *Property) { in getFragmentsForObjCProperty()
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h1374 for (const auto *Property : Properties) { in recordObjCProperties() local
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h173 class Property; variable
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp995 StringRef Property = (IsStatic ? "`Symbols`" : "`DynamicSymbols`"); in initSymtabSectionHeader() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp2379 bool TreePatternNode::NodeHasProperty(SDNP Property, in NodeHasProperty()
2404 bool TreePatternNode::TreeHasProperty(SDNP Property, in TreeHasProperty()

12