/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | ScopeInfo.cpp | 135 const ObjCPropertyDecl *Prop) in WeakObjectProfileTy() 154 const ObjCPropertyDecl *Prop) { in recordUseOfWeak() 201 if (const ObjCPropertyDecl *Prop = MD->findPropertyDecl()) { in markSafeWeakUse() local
|
H A D | SemaObjCProperty.cpp | 108 CheckPropertyAgainstProtocol(Sema &S, ObjCPropertyDecl *Prop, in CheckPropertyAgainstProtocol() 851 for (const auto &Prop : llvm::enumerate(Properties)) { in SelectPropertyForSynthesisFromProtocols() local 875 const ObjCPropertyDecl *Prop; in SelectPropertyForSynthesisFromProtocols() member 999 static bool hasWrittenStorageAttribute(ObjCPropertyDecl *Prop, in hasWrittenStorageAttribute() 1740 for (auto *Prop : IDecl->properties()) { in CollectImmediateProperties() local 1760 for (auto *Prop : CATDecl->properties()) { in CollectImmediateProperties() local 1774 for (auto *Prop : PDecl->properties()) { in CollectImmediateProperties() local 1844 ObjCPropertyDecl *Prop) { in SuperClassImplementsProperty() 1878 ObjCPropertyDecl *Prop = PropEntry.second; in DefaultSynthesizeProperties() local 1977 ObjCPropertyDecl *Prop, in DiagnoseUnimplementedAccessor() [all …]
|
H A D | SemaPseudoObject.cpp | 592 const ObjCPropertyDecl *Prop = RefExpr->getExplicitProperty(); in isWeakProperty() local
|
H A D | AnalysisBasedWarnings.cpp | 1509 if (const ObjCPropertyDecl *Prop = dyn_cast<ObjCPropertyDecl>(KeyProp)) in diagnoseRepeatedUseOfWeak() local
|
H A D | SemaExprObjC.cpp | 3391 if (const ObjCPropertyDecl *Prop = Method->findPropertyDecl()) { in BuildInstanceMessage() local
|
H A D | SemaLookup.cpp | 4933 if (ObjCPropertyDecl *Prop = Class->FindPropertyDeclaration( in LookupPotentialTypoResult() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXILOpBuilder.cpp | 149 const OpCodeProperty &Prop) { in constructOverloadName() 231 static FunctionType *getDXILOpFunctionType(const OpCodeProperty *Prop, in getDXILOpFunctionType() 258 const OpCodeProperty *Prop = getOpCodeProperty(OpCode); in createDXILOpCall() local 281 const OpCodeProperty *Prop = getOpCodeProperty(OpCode); in getOverloadTy() local
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenTarget.h | 249 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty()
|
H A D | CodeGenDAGPatterns.h | 471 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty()
|
/freebsd/contrib/llvm-project/clang/lib/Index/ |
H A D | IndexSymbol.cpp | 591 applyForEachSymbolProperty(Props, [&](SymbolProperty Prop) { in printSymbolProperties()
|
H A D | USRGeneration.cpp | 1160 void clang::index::generateUSRForObjCProperty(StringRef Prop, bool isClassProp, in generateUSRForObjCProperty()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | JSON.h | 856 template <typename T> bool map(StringLiteral Prop, T &Out) { in map() 867 template <typename T> bool map(StringLiteral Prop, std::optional<T> &Out) { in map() 878 template <typename T> bool mapOptional(StringLiteral Prop, T &Out) { in mapOptional()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclObjC.cpp | 239 if (auto *Prop = dyn_cast<ObjCPropertyDecl>(LookupResult)) { in getProperty() local 406 for (auto *Prop : properties()) { in collectPropertiesToImplement() local 411 for (auto *Prop : ClassExt->properties()) { in collectPropertiesToImplement() local 1461 if (const ObjCPropertyDecl *Prop = Override->findPropertyDecl(false)) in findPropertyDecl() local 2044 for (auto *Prop : PDecl->properties()) { in collectPropertiesToImplement() local 2062 for (auto *Prop : PDecl->properties()) { in collectInheritedProtocolProperties() local
|
/freebsd/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/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | HTMLLogger.cpp | 108 for (const auto& Prop : V.properties()) in dump() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CheckObjCDealloc.cpp | 936 const ObjCPropertyDecl *Prop = M.getAccessedProperty(); in getValueReleasedByNillingOut() local
|
H A D | GenericTaintChecker.cpp | 291 static GenericTaintRule Prop(ArgSet &&SrcArgs, ArgSet &&DstArgs) { in Prop() function in __anoncee4e0c00111::GenericTaintRule
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/ |
H A D | UncheckedOptionalAccessModel.cpp | 872 auto *Prop = Env.getValue(locForHasValue(*OptionalLoc)); in diagnoseUnwrapCall() local
|
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/ |
H A D | Dwarf.cpp | 642 StringRef llvm::dwarf::ApplePropertyString(unsigned Prop) { in ApplePropertyString()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineFunction.cpp | 91 static const char *getPropertyName(MachineFunctionProperties::Property Prop) { in getPropertyName()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | InstrRefBasedImpl.cpp | 652 const DbgValueProperties &Prop, in recoverAsEntryValue() 835 auto &Prop = ActiveVLocs.find(VarID)->second.Properties; in clobberMloc() local
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclObjC.h | 2870 void setPropertyDecl(ObjCPropertyDecl *Prop) { PropertyDecl = Prop; } in setPropertyDecl()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 7027 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCClassMetaData() local 7277 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCCategoryImplDecl() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Attributes.cpp | 735 AttributeProperty Prop) { in hasAttributeProperty()
|