Home
last modified time | relevance | path

Searched refs:Synthesize (Results 1 – 17 of 17) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaObjCProperty.cpp1063 Scope *S, SourceLocation AtLoc, SourceLocation PropertyLoc, bool Synthesize, in ActOnPropertyImplDecl() argument
1098 if (property->isClassProperty() && Synthesize) { in ActOnPropertyImplDecl()
1120 if (Synthesize && (PIkind & ObjCPropertyAttribute::kind_readonly) && in ActOnPropertyImplDecl()
1151 if (Synthesize && isa<ObjCProtocolDecl>(property->getDeclContext())) in ActOnPropertyImplDecl()
1156 if (Synthesize) { in ActOnPropertyImplDecl()
1187 if (Synthesize) { in ActOnPropertyImplDecl()
1405 (Synthesize ? ObjCPropertyImplDecl::Synthesize in ActOnPropertyImplDecl()
1416 if (Synthesize) { in ActOnPropertyImplDecl()
1426 if (getLangOpts().CPlusPlus && Synthesize && !CompleteTypeErr && in ActOnPropertyImplDecl()
1463 if (getLangOpts().ObjCAutoRefCount && Synthesize) in ActOnPropertyImplDecl()
[all …]
HDSemaCodeComplete.cpp4159 case ObjCPropertyImplDecl::Synthesize: in getCursorKindForDecl()
/freebsd-14-stable/crypto/openssl/include/openssl/
HDopensslv.h.in92 /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
/freebsd-14-stable/contrib/llvm-project/clang/lib/ARCMigrate/
HDTransZeroOutPropsInDealloc.cpp117 ObjCPropertyImplDecl::Synthesize) { in TraverseObjCMethodDecl()
HDTransProperties.cpp108 if (implD->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize) in doTransform()
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDCheckObjCDealloc.cpp73 if (I->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize) in isSynthesizedRetainableProperty()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Index/
HDIndexDecl.cpp556 assert(D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize); in VisitObjCPropertyImplDecl()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclObjC.h2805 Synthesize, enumerator
2873 return PropertyIvarDecl ? Synthesize : Dynamic; in getPropertyImplementation()
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDDeclPrinter.cpp1701 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) in VisitObjCPropertyImplDecl()
HDJSONNodeDumper.cpp1223 ObjCPropertyImplDecl::Synthesize in VisitObjCPropertyImplDecl()
HDTextNodeDumper.cpp2843 if (D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) in VisitObjCPropertyImplDecl()
HDASTImporter.cpp5871 if (D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize && in VisitObjCPropertyImplDecl()
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGObjCGNU.cpp1910 ObjCPropertyImplDecl::Synthesize) { in GenerateClass()
3579 ObjCPropertyImplDecl::Synthesize); in GeneratePropertyList()
HDCGObjCMac.cpp3548 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) { in GenerateClass()
HDCodeGenModule.cpp6724 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) { in EmitObjCPropertyImplementations()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Driver/
HDOptions.td3413 HelpText<"Synthesize retain and release calls for Objective-C pointers">;
/freebsd-14-stable/contrib/unbound/doc/
HDChangelog6482 - Synthesize ANY responses from cache. Does not search exhaustively,