Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/clang/lib/Sema/
H A DScopeInfo.cpp133 const ObjCPropertyDecl *Prop) in WeakObjectProfileTy()
152 const ObjCPropertyDecl *Prop) { in recordUseOfWeak()
199 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
1761 for (auto *Prop : IDecl->properties()) { in CollectImmediateProperties() local
1781 for (auto *Prop : CATDecl->properties()) { in CollectImmediateProperties() local
1795 for (auto *Prop : PDecl->properties()) { in CollectImmediateProperties() local
1898 ObjCPropertyDecl *Prop = PropEntry.second; in DefaultSynthesizeProperties() local
1996 ObjCPropertyDecl *Prop, in DiagnoseUnimplementedAccessor()
2119 ObjCPropertyDecl *Prop = P->second; in DiagnoseUnimplementedProperties() local
2169 for (auto *Prop : IDecl->properties()) in AtomicPropertySetterGetterRules() local
[all …]
H A DSemaPseudoObject.cpp584 const ObjCPropertyDecl *Prop = RefExpr->getExplicitProperty(); in isWeakProperty() local
H A DAnalysisBasedWarnings.cpp1485 if (const ObjCPropertyDecl *Prop = dyn_cast<ObjCPropertyDecl>(KeyProp)) in diagnoseRepeatedUseOfWeak() local
/openbsd/gnu/llvm/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.cpp149 const OpCodeProperty &Prop) { in constructOverloadName()
223 static FunctionType *getDXILOpFunctionType(const OpCodeProperty *Prop, in getDXILOpFunctionType()
239 const OpCodeProperty *Prop = getOpCodeProperty(DXILOp); in getOrCreateDXILOpFunction() local
272 const OpCodeProperty *Prop = getOpCodeProperty(OpCode); in getOverloadTy() local
/openbsd/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenTarget.h219 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty()
H A DCodeGenDAGPatterns.h481 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty()
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DJSON.h833 template <typename T> bool map(StringLiteral Prop, T &Out) { in map()
844 template <typename T> bool map(StringLiteral Prop, std::optional<T> &Out) { in map()
855 template <typename T> bool mapOptional(StringLiteral Prop, T &Out) { in mapOptional()
/openbsd/gnu/llvm/clang/lib/Index/
H A DIndexSymbol.cpp592 applyForEachSymbolProperty(Props, [&](SymbolProperty Prop) { in printSymbolProperties()
H A DUSRGeneration.cpp1110 void clang::index::generateUSRForObjCProperty(StringRef Prop, bool isClassProp, in generateUSRForObjCProperty()
/openbsd/gnu/llvm/clang/lib/Analysis/
H A DBodyFarm.cpp745 static const ObjCIvarDecl *findBackingIvar(const ObjCPropertyDecl *Prop) { in findBackingIvar()
788 const ObjCPropertyDecl *Prop = nullptr; in createObjCPropertyGetter() local
/openbsd/gnu/llvm/clang/lib/ARCMigrate/
H A DTransProperties.cpp78 for (auto *Prop : D->instance_properties()) { in collectProperties() local
H A DObjCMT.cpp252 const ObjCPropertyDecl *Prop = Method->findPropertyDecl(); in rewriteToPropertyDotSyntax() local
593 for (auto *Prop : D->instance_properties()) { in migrateObjCContainerDecl() local
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp300 const ObjCPropertyDecl *Prop, in findPropertyBackingIvar()
H A DCheckObjCDealloc.cpp946 const ObjCPropertyDecl *Prop = M.getAccessedProperty(); in getValueReleasedByNillingOut() local
H A DGenericTaintChecker.cpp233 static GenericTaintRule Prop(ArgSet &&SrcArgs, ArgSet &&DstArgs) { in Prop() function in __anonde603f4d0111::GenericTaintRule
/openbsd/gnu/llvm/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp780 auto *Prop = OptionalVal->getProperty("has_value"); in diagnoseUnwrapCall() local
/openbsd/gnu/llvm/llvm/lib/BinaryFormat/
H A DDwarf.cpp566 StringRef llvm::dwarf::ApplePropertyString(unsigned Prop) { in ApplePropertyString()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineFunction.cpp89 static const char *getPropertyName(MachineFunctionProperties::Property Prop) { in getPropertyName()
/openbsd/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp626 const DbgValueProperties &Prop, in recoverAsEntryValue()
806 auto &Prop = ActiveVLocs.find(Var)->second.Properties; in clobberMloc() local
/openbsd/gnu/llvm/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.cpp7030 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCClassMetaData() local
7280 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCCategoryImplDecl() local
/openbsd/gnu/llvm/llvm/lib/IR/
H A DAttributes.cpp602 AttributeProperty Prop) { in hasAttributeProperty()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h2856 void setPropertyDecl(ObjCPropertyDecl *Prop) { PropertyDecl = Prop; } in setPropertyDecl()

12