/freebsd-src/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPContext.cpp | 166 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 D | LLDBPropertyDefEmitter.cpp | 24 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 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
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | UserSettingsController.h | 27 class Property; variable
|
/freebsd-src/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesYAMLCompiler.cpp | 202 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 D | dataset.py | 35 class Property(object): class
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 349 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 D | SemaCodeComplete.cpp | 948 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 D | CodeGenIntrinsics.cpp |
|
/freebsd-src/contrib/llvm-project/clang/lib/Format/ |
H A D | ObjCPropertyAttributeOrderFixer.cpp | 28 for (const auto &Property : Style.ObjCPropertyAttributeOrder) in ObjCPropertyAttributeOrderFixer() local
|
/freebsd-src/contrib/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 [all...] |
H A D | LVElement.h | 68 enum class Property { enum
|
H A D | LVScope.h | 74 enum class Property { enum
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
H A D | RangeSelector.cpp | 49 StringRef Property) { in missingPropertyError() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 2606 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 D | DerivedTypes.h | 767 enum Property { enum
|
/freebsd-src/contrib/llvm-project/clang/lib/ExtractAPI/ |
H A D | DeclarationFragments.cpp | 1284 getFragmentsForObjCProperty(const ObjCPropertyDecl * Property) getFragmentsForObjCProperty() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 282 const NamedDecl *Property = nullptr; global() variable
|
/freebsd-src/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
H A D | ExtractAPIVisitor.h | 1323 for (const auto *Property : Properties) { recordObjCProperties() local [all...] |
/freebsd-src/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-forward.h | 171 class Property; global() variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFEmitter.cpp | 989 StringRef Property = (IsStatic ? "`Symbols`" : "`DynamicSymbols`"); initSymtabSectionHeader() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 942 } else if (auto *Property = dyn_cast<DIObjCProperty>(Element)) { constructTypeDIE() local
|