Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp167 bool WasFound) -> Optional<bool> /* Result */ { in isVariantApplicableInContextHelper()
196 TraitProperty Property = TraitProperty(Bit); in isVariantApplicableInContextHelper() local
225 for (TraitProperty Property : VMI.ConstructTraits) { in isVariantApplicableInContextHelper() local
279 TraitProperty Property = TraitProperty(Bit); in getVariantMatchScore() local
328 for (TraitProperty Property : VMI.ConstructTraits) { in getVariantMatchScore() local
397 llvm::omp::getOpenMPContextTraitSetForProperty(TraitProperty Property) { in getOpenMPContextTraitSetForProperty()
424 llvm::omp::getOpenMPContextTraitSelectorForProperty(TraitProperty Property) { in getOpenMPContextTraitSelectorForProperty()
504 TraitProperty Property, TraitSelector Selector, TraitSet Set) { in isValidTraitPropertyForTraitSetAndSelector()
/netbsd-src/external/apache2/llvm/dist/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp203 struct Property { struct
204 StringRef Name;
205 llvm::Optional<MethodKind> Kind;
206 llvm::Optional<NullabilityKind> Nullability;
207 AvailabilityItem Availability;
208 Optional<bool> SwiftPrivate;
209 StringRef SwiftName;
210 Optional<bool> SwiftImportAsAccessors;
211 StringRef Type;
/netbsd-src/external/cddl/osnet/dist/lib/pyzfs/common/
H A Ddataset.py35 class Property(object): class
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp349 auto isImplicitlyReadonlyAtomic = [](ObjCPropertyDecl *Property) -> bool { in checkAtomicPropertyMismatch()
840 ObjCPropertyDecl *Property) { in SelectPropertyForSynthesisFromProtocols()
1636 Sema::DiagnosePropertyMismatch(ObjCPropertyDecl *Property, in DiagnosePropertyMismatch()
1849 for (const auto *Property : IFace->instance_properties()) { in IvarBacksCurrentMethodAccessor() local
1858 for (const auto *Property : Ext->instance_properties()) in IvarBacksCurrentMethodAccessor() local
2181 const ObjCPropertyDecl *Property = I->second; in AtomicPropertySetterGetterRules() local
2365 ObjCPropertyDecl *Property) { in AddPropertyAttrs()
H A DSemaCodeComplete.cpp925 else if (const auto *Property = dyn_cast<ObjCPropertyDecl>(ND)) in getDeclUsageType() local
2698 } else if (const auto *Property = dyn_cast<ObjCPropertyDecl>(ND)) { in AddResultTypeChunk() local
8105 if (ObjCPropertyDecl *Property = Class->FindPropertyDeclaration( in CodeCompleteObjCPropertySynthesizeIvar() local
8293 static void AddObjCKeyValueCompletions(ObjCPropertyDecl *Property, in AddObjCKeyValueCompletions()
H A DAnalysisBasedWarnings.cpp1470 Property, in diagnoseRepeatedUseOfWeak() enumerator
H A DSemaDeclObjC.cpp4085 for (const auto *Property : Ext->instance_properties()) { in ActOnAtEnd() local
H A DSemaTemplateInstantiateDecl.cpp1188 MSPropertyDecl *Property = MSPropertyDecl::Create( in VisitMSPropertyDecl() local
H A DSemaDeclAttr.cpp5403 Property in handleXReturnsXRetainedAttr() enumerator
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/objc/
H A Druntime.h55 typedef struct objc_property *Property; typedef
/netbsd-src/external/gpl3/gcc/dist/libobjc/objc/
H A Druntime.h55 typedef struct objc_property *Property; typedef
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
H A DRangeSelector.cpp49 StringRef Property) { in missingPropertyError()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenTarget.cpp794 Record *Property = PropList->getElementAsRecord(i); in CodeGenIntrinsic() local
H A DCodeGenDAGPatterns.cpp2336 bool TreePatternNode::NodeHasProperty(SDNP Property, in NodeHasProperty()
2364 bool TreePatternNode::TreeHasProperty(SDNP Property, in TreeHasProperty()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DOpenMPClause.cpp2291 for (const OMPTraitProperty &Property : Selector.Properties) in getAsVariantMatchInfo() local
2348 for (const OMPTraitProperty &Property : Selector.Properties) { in print() local
2379 for (const OMPTraitProperty &Property : Selector.Properties) in getMangledName() local
2410 OMPTraitProperty &Property = Selector.Properties.back(); in OMPTraitInfo() local
H A DDeclObjC.cpp1997 const ObjCPropertyDecl *Property, ProtocolPropertySet &PS, in collectInheritedProtocolProperties()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h268 const NamedDecl *Property = nullptr; variable
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp4594 if (ObjCPropertyDecl *Property = PropImpl->getPropertyDecl()) in getDeclSpelling() local
4933 enum CXPrintingPolicyProperty Property) { in clang_PrintingPolicy_getProperty()
4998 enum CXPrintingPolicyProperty Property, in clang_PrintingPolicy_setProperty()
6301 if (ObjCPropertyDecl *Property = PropImpl->getPropertyDecl()) in clang_getCursorReferenced() local
7254 if (const ObjCPropertyDecl *Property = in Visit() local
7753 if (const ObjCPropertyDecl *Property = in clang_annotateTokensImpl() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp947 StringRef Property = (IsStatic ? "`Symbols`" : "`DynamicSymbols`"); in initSymtabSectionHeader() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp900 } else if (auto *Property = dyn_cast<DIObjCProperty>(Element)) { in constructTypeDIE() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp764 Decl *Property = Actions.ActOnProperty( in ParseObjCInterfaceDeclList() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp611 for (const auto *Property : PDecl->instance_properties()) { in ClassImplementsAllMethodsAndProperties() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp4966 for (const std::string &Property : getGNUPropertyList<ELFT>(Desc)) in printGNUNote() local
6770 for (const std::string &Property : getGNUPropertyList<ELFT>(Desc)) in printGNUNoteLLVMStyle() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp592 bool LatticeCell::add(uint32_t Property) { in add()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp6700 for (const auto &Property : Selector.Properties) in writeOMPTraitInfo() local

12