Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp134 WeakObjectProfileTy(const Expr * BaseE,const ObjCPropertyDecl * Prop) WeakObjectProfileTy() argument
153 recordUseOfWeak(const ObjCMessageExpr * Msg,const ObjCPropertyDecl * Prop) recordUseOfWeak() argument
200 if (const ObjCPropertyDecl *Prop = MD->findPropertyDecl()) { markSafeWeakUse() local
H A DSemaObjCProperty.cpp107 CheckPropertyAgainstProtocol(Sema & S,ObjCPropertyDecl * Prop,ObjCProtocolDecl * Proto,llvm::SmallPtrSetImpl<ObjCProtocolDecl * > & Known) CheckPropertyAgainstProtocol() argument
866 for (const auto &Prop : llvm::enumerate(Properties)) { SelectPropertyForSynthesisFromProtocols() local
890 const ObjCPropertyDecl *Prop; SelectPropertyForSynthesisFromProtocols() member
1014 hasWrittenStorageAttribute(ObjCPropertyDecl * Prop,ObjCPropertyQueryKind QueryKind) hasWrittenStorageAttribute() argument
1760 for (auto *Prop : IDecl->properties()) { CollectImmediateProperties() local
1780 for (auto *Prop : CATDecl->properties()) { CollectImmediateProperties() local
1794 for (auto *Prop : PDecl->properties()) { CollectImmediateProperties() local
1864 SuperClassImplementsProperty(ObjCInterfaceDecl * IDecl,ObjCPropertyDecl * Prop) SuperClassImplementsProperty() argument
1897 ObjCPropertyDecl *Prop = PropEntry.second; DefaultSynthesizeProperties() local
1995 DiagnoseUnimplementedAccessor(Sema & S,ObjCInterfaceDecl * PrimaryClass,Selector Method,ObjCImplDecl * IMPDecl,ObjCContainerDecl * CDecl,ObjCCategoryDecl * C,ObjCPropertyDecl * Prop,llvm::SmallPtrSet<const ObjCMethodDecl *,8> & SMap) DiagnoseUnimplementedAccessor() argument
2118 ObjCPropertyDecl *Prop = P->second; DiagnoseUnimplementedProperties() local
2168 for (auto *Prop : IDecl->properties()) AtomicPropertySetterGetterRules() local
2171 for (auto *Prop : Ext->properties()) AtomicPropertySetterGetterRules() local
[all...]
H A DSemaPseudoObject.cpp589 const ObjCPropertyDecl *Prop = RefExpr->getExplicitProperty(); isWeakProperty() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.cpp149 const OpCodeProperty &Prop) { in constructOverloadName() argument
224 getDXILOpFunctionType(const OpCodeProperty * Prop,Type * OverloadTy) getDXILOpFunctionType() argument
240 const OpCodeProperty *Prop = getOpCodeProperty(DXILOp); getOrCreateDXILOpFunction() local
273 const OpCodeProperty *Prop = getOpCodeProperty(OpCode); getOverloadTy() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenTarget.h
H A DCodeGenDAGPatterns.h
/freebsd-src/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp592 __anonb0bcd6a10302(SymbolProperty Prop) printSymbolProperties() argument
H A DUSRGeneration.cpp1144 generateUSRForObjCProperty(StringRef Prop,bool isClassProp,raw_ostream & OS) generateUSRForObjCProperty() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h854 map(StringLiteral Prop,T & Out) map() argument
865 map(StringLiteral Prop,std::optional<T> & Out) map() argument
876 mapOptional(StringLiteral Prop,T & Out) mapOptional() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp746 static const ObjCIvarDecl *findBackingIvar(const ObjCPropertyDecl *Prop) { in findBackingIvar()
789 const ObjCPropertyDecl *Prop = nullptr; in createObjCPropertyGetter() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp407 PM[std::make_pair(Prop->getIdentifier(), Prop->isClassProperty())] = Prop; in collectPropertiesToImplement() local
412 PM[std::make_pair(Prop->getIdentifier(), Prop in collectPropertiesToImplement() local
238 if (auto *Prop = dyn_cast<ObjCPropertyDecl>(LookupResult)) { getProperty() local
1461 if (const ObjCPropertyDecl *Prop = Override->findPropertyDecl(false)) findPropertyDecl() local
2050 for (auto *Prop : PDecl->properties()) { collectPropertiesToImplement() local
2068 for (auto *Prop : PDecl->properties()) { collectInheritedProtocolProperties() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransProperties.cpp78 for (auto *Prop : D->instance_properties()) { in collectProperties() local
H A DObjCMT.cpp249 const ObjCPropertyDecl *Prop = Method->findPropertyDecl(); in rewriteToPropertyDotSyntax() local
590 for (auto *Prop : D->instance_properties()) { in migrateObjCContainerDecl() local
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.cpp109 JOS.attributeObject(("p:" + Prop.first()).str(), in dump() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp300 const ObjCPropertyDecl *Prop, in findPropertyBackingIvar()
H A DCheckObjCDealloc.cpp936 const ObjCPropertyDecl *Prop = M.getAccessedProperty(); in getValueReleasedByNillingOut() local
H A DGenericTaintChecker.cpp297 static GenericTaintRule Prop(ArgSet &&SrcArgs, ArgSet &&DstArgs) { Prop() function in __anonefbc91920111::GenericTaintRule
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp803 auto *Prop = Env.getValue(locForHasValue(*OptionalLoc)); diagnoseUnwrapCall() local
/freebsd-src/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDwarf.cpp600 ApplePropertyString(unsigned Prop) ApplePropertyString() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp91 static const char *getPropertyName(MachineFunctionProperties::Property Prop) { in getPropertyName() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp626 recoverAsEntryValue(const DebugVariable & Var,const DbgValueProperties & Prop,const ValueIDNum & Num) recoverAsEntryValue() argument
806 auto &Prop = ActiveVLocs.find(Var)->second.Properties; clobberMloc() local
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp5354 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCClassMetaData() local
5632 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCCategoryImplDecl() local
H A DRewriteModernObjC.cpp7029 for (const auto *Prop : IDecl->property_impls()) { RewriteObjCClassMetaData() local
7279 for (const auto *Prop : IDecl->property_impls()) { RewriteObjCCategoryImplDecl() local
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h2869 setPropertyDecl(ObjCPropertyDecl * Prop) setPropertyDecl() argument
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp621 hasAttributeProperty(Attribute::AttrKind Kind,AttributeProperty Prop) hasAttributeProperty() argument

12