/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | ScopeInfo.cpp | 133 const ObjCPropertyDecl *Prop) in WeakObjectProfileTy() 152 const ObjCPropertyDecl *Prop) { in recordUseOfWeak() 199 if (const ObjCPropertyDecl *Prop = MD->findPropertyDecl()) { in markSafeWeakUse() local
|
H A D | SemaObjCProperty.cpp | 107 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 D | SemaPseudoObject.cpp | 584 const ObjCPropertyDecl *Prop = RefExpr->getExplicitProperty(); in isWeakProperty() local
|
H A D | AnalysisBasedWarnings.cpp | 1485 if (const ObjCPropertyDecl *Prop = dyn_cast<ObjCPropertyDecl>(KeyProp)) in diagnoseRepeatedUseOfWeak() local
|
/openbsd/gnu/llvm/llvm/lib/Target/DirectX/ |
H A D | DXILOpBuilder.cpp | 149 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 D | CodeGenTarget.h | 219 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty()
|
H A D | CodeGenDAGPatterns.h | 481 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty()
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | DeclObjC.cpp | 238 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 D | JSON.h | 833 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 D | IndexSymbol.cpp | 592 applyForEachSymbolProperty(Props, [&](SymbolProperty Prop) { in printSymbolProperties()
|
H A D | USRGeneration.cpp | 1110 void clang::index::generateUSRForObjCProperty(StringRef Prop, bool isClassProp, in generateUSRForObjCProperty()
|
/openbsd/gnu/llvm/clang/lib/Analysis/ |
H A D | BodyFarm.cpp | 745 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 D | TransProperties.cpp | 78 for (auto *Prop : D->instance_properties()) { in collectProperties() local
|
H A D | ObjCMT.cpp | 252 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 D | IvarInvalidationChecker.cpp | 300 const ObjCPropertyDecl *Prop, in findPropertyBackingIvar()
|
H A D | CheckObjCDealloc.cpp | 946 const ObjCPropertyDecl *Prop = M.getAccessedProperty(); in getValueReleasedByNillingOut() local
|
H A D | GenericTaintChecker.cpp | 233 static GenericTaintRule Prop(ArgSet &&SrcArgs, ArgSet &&DstArgs) { in Prop() function in __anonde603f4d0111::GenericTaintRule
|
/openbsd/gnu/llvm/clang/lib/Analysis/FlowSensitive/Models/ |
H A D | UncheckedOptionalAccessModel.cpp | 780 auto *Prop = OptionalVal->getProperty("has_value"); in diagnoseUnwrapCall() local
|
/openbsd/gnu/llvm/llvm/lib/BinaryFormat/ |
H A D | Dwarf.cpp | 566 StringRef llvm::dwarf::ApplePropertyString(unsigned Prop) { in ApplePropertyString()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | MachineFunction.cpp | 89 static const char *getPropertyName(MachineFunctionProperties::Property Prop) { in getPropertyName()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | InstrRefBasedImpl.cpp | 626 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 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 | 7030 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 D | Attributes.cpp | 602 AttributeProperty Prop) { in hasAttributeProperty()
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | DeclObjC.h | 2856 void setPropertyDecl(ObjCPropertyDecl *Prop) { PropertyDecl = Prop; } in setPropertyDecl()
|