/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | ScopeInfo.cpp | 134 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 D | SemaObjCProperty.cpp | 107 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 D | SemaPseudoObject.cpp | 589 const ObjCPropertyDecl *Prop = RefExpr->getExplicitProperty(); isWeakProperty() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXILOpBuilder.cpp | 149 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 D | CodeGenTarget.h |
|
H A D | CodeGenDAGPatterns.h |
|
/freebsd-src/contrib/llvm-project/clang/lib/Index/ |
H A D | IndexSymbol.cpp | 592 __anonb0bcd6a10302(SymbolProperty Prop) printSymbolProperties() argument
|
H A D | USRGeneration.cpp | 1144 generateUSRForObjCProperty(StringRef Prop,bool isClassProp,raw_ostream & OS) generateUSRForObjCProperty() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | JSON.h | 854 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 D | BodyFarm.cpp | 746 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 D | DeclObjC.cpp | 407 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 D | TransProperties.cpp | 78 for (auto *Prop : D->instance_properties()) { in collectProperties() local
|
H A D | ObjCMT.cpp | 249 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 D | HTMLLogger.cpp | 109 JOS.attributeObject(("p:" + Prop.first()).str(), in dump() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | IvarInvalidationChecker.cpp | 300 const ObjCPropertyDecl *Prop, in findPropertyBackingIvar()
|
H A D | CheckObjCDealloc.cpp | 936 const ObjCPropertyDecl *Prop = M.getAccessedProperty(); in getValueReleasedByNillingOut() local
|
H A D | GenericTaintChecker.cpp | 297 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 D | UncheckedOptionalAccessModel.cpp | 803 auto *Prop = Env.getValue(locForHasValue(*OptionalLoc)); diagnoseUnwrapCall() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/BinaryFormat/ |
H A D | Dwarf.cpp | 600 ApplePropertyString(unsigned Prop) ApplePropertyString() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineFunction.cpp | 91 static const char *getPropertyName(MachineFunctionProperties::Property Prop) { in getPropertyName() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | InstrRefBasedImpl.cpp | 626 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 D | RewriteObjC.cpp | 5354 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCClassMetaData() local 5632 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCCategoryImplDecl() local
|
H A D | RewriteModernObjC.cpp | 7029 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 D | DeclObjC.h | 2869 setPropertyDecl(ObjCPropertyDecl * Prop) setPropertyDecl() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | Attributes.cpp | 621 hasAttributeProperty(Attribute::AttrKind Kind,AttributeProperty Prop) hasAttributeProperty() argument
|