Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp134 const ObjCPropertyDecl *Prop) in WeakObjectProfileTy()
153 const ObjCPropertyDecl *Prop) { in recordUseOfWeak()
200 if (const ObjCPropertyDecl *Prop = MD->findPropertyDecl()) { in markSafeWeakUse() local
H A DSemaObjCProperty.cpp107 CheckPropertyAgainstProtocol(Sema &S, ObjCPropertyDecl *Prop, in CheckPropertyAgainstProtocol()
866 for (const auto &Prop : llvm::enumerate(Properties)) { in SelectPropertyForSynthesisFromProtocols() local
890 const ObjCPropertyDecl *Prop; in SelectPropertyForSynthesisFromProtocols() member
1760 for (auto *Prop : IDecl->properties()) { in CollectImmediateProperties() local
1780 for (auto *Prop : CATDecl->properties()) { in CollectImmediateProperties() local
1794 for (auto *Prop : PDecl->properties()) { in CollectImmediateProperties() local
1897 ObjCPropertyDecl *Prop = PropEntry.second; in DefaultSynthesizeProperties() local
1995 ObjCPropertyDecl *Prop, in DiagnoseUnimplementedAccessor()
2118 ObjCPropertyDecl *Prop = P->second; in DiagnoseUnimplementedProperties() local
2168 for (auto *Prop : IDecl->properties()) in AtomicPropertySetterGetterRules() local
[all …]
H A DSemaPseudoObject.cpp589 const ObjCPropertyDecl *Prop = RefExpr->getExplicitProperty(); in isWeakProperty() local
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.cpp149 const OpCodeProperty &Prop) { in constructOverloadName()
224 static FunctionType *getDXILOpFunctionType(const OpCodeProperty *Prop, in getDXILOpFunctionType()
240 const OpCodeProperty *Prop = getOpCodeProperty(DXILOp); in getOrCreateDXILOpFunction() local
273 const OpCodeProperty *Prop = getOpCodeProperty(OpCode); in getOverloadTy() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenTarget.h234 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty()
H A DCodeGenDAGPatterns.h474 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp592 applyForEachSymbolProperty(Props, [&](SymbolProperty Prop) { in printSymbolProperties()
H A DUSRGeneration.cpp1144 void clang::index::generateUSRForObjCProperty(StringRef Prop, bool isClassProp, in generateUSRForObjCProperty()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h854 template <typename T> bool map(StringLiteral Prop, T &Out) { in map()
865 template <typename T> bool map(StringLiteral Prop, std::optional<T> &Out) { in map()
876 template <typename T> bool mapOptional(StringLiteral Prop, T &Out) { in mapOptional()
/freebsd/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/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp238 if (auto *Prop = dyn_cast<ObjCPropertyDecl>(LookupResult)) { in getProperty() local
407 for (auto *Prop : properties()) { in collectPropertiesToImplement() local
412 for (auto *Prop : ClassExt->properties()) { in collectPropertiesToImplement() local
1461 if (const ObjCPropertyDecl *Prop = Override->findPropertyDecl(false)) in findPropertyDecl() local
2050 for (auto *Prop : PDecl->properties()) { in collectPropertiesToImplement() local
2068 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.cpp109 for (const auto& Prop : V.properties()) in dump() local
/freebsd/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) { in Prop() function in __anonf680a1880111::GenericTaintRule
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp803 auto *Prop = Env.getValue(locForHasValue(*OptionalLoc)); in diagnoseUnwrapCall() local
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDwarf.cpp600 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.cpp626 const DbgValueProperties &Prop, in recoverAsEntryValue()
806 auto &Prop = ActiveVLocs.find(Var)->second.Properties; in clobberMloc() local
/freebsd/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()) { in RewriteObjCClassMetaData() local
7279 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCCategoryImplDecl() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp621 AttributeProperty Prop) { in hasAttributeProperty()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h2869 void setPropertyDecl(ObjCPropertyDecl *Prop) { PropertyDecl = Prop; } in setPropertyDecl()

12