Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp135 const ObjCPropertyDecl *Prop) in WeakObjectProfileTy()
154 const ObjCPropertyDecl *Prop) { in recordUseOfWeak()
201 if (const ObjCPropertyDecl *Prop = MD->findPropertyDecl()) { in markSafeWeakUse() local
H A DSemaObjCProperty.cpp108 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 DSemaPseudoObject.cpp592 const ObjCPropertyDecl *Prop = RefExpr->getExplicitProperty(); in isWeakProperty() local
H A DAnalysisBasedWarnings.cpp1509 if (const ObjCPropertyDecl *Prop = dyn_cast<ObjCPropertyDecl>(KeyProp)) in diagnoseRepeatedUseOfWeak() local
H A DSemaExprObjC.cpp3391 if (const ObjCPropertyDecl *Prop = Method->findPropertyDecl()) { in BuildInstanceMessage() local
H A DSemaLookup.cpp4933 if (ObjCPropertyDecl *Prop = Class->FindPropertyDeclaration( in LookupPotentialTypoResult() local
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.cpp149 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 DCodeGenTarget.h249 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty()
H A DCodeGenDAGPatterns.h471 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp591 applyForEachSymbolProperty(Props, [&](SymbolProperty Prop) { in printSymbolProperties()
H A DUSRGeneration.cpp1160 void clang::index::generateUSRForObjCProperty(StringRef Prop, bool isClassProp, in generateUSRForObjCProperty()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h856 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 DDeclObjC.cpp239 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 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/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.cpp108 for (const auto& Prop : V.properties()) in dump() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp936 const ObjCPropertyDecl *Prop = M.getAccessedProperty(); in getValueReleasedByNillingOut() local
H A DGenericTaintChecker.cpp291 static GenericTaintRule Prop(ArgSet &&SrcArgs, ArgSet &&DstArgs) { in Prop() function in __anoncee4e0c00111::GenericTaintRule
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp872 auto *Prop = Env.getValue(locForHasValue(*OptionalLoc)); in diagnoseUnwrapCall() local
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDwarf.cpp642 StringRef llvm::dwarf::ApplePropertyString(unsigned Prop) { in ApplePropertyString()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp91 static const char *getPropertyName(MachineFunctionProperties::Property Prop) { in getPropertyName()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp652 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 DDeclObjC.h2870 void setPropertyDecl(ObjCPropertyDecl *Prop) { PropertyDecl = Prop; } in setPropertyDecl()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp7027 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 DAttributes.cpp735 AttributeProperty Prop) { in hasAttributeProperty()

12