Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.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 …]
H A DSemaCodeComplete.cpp4159 case ObjCPropertyImplDecl::Synthesize: in getCursorKindForDecl()
/freebsd/crypto/openssl/include/openssl/
H A Dopensslv.h.in92 /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp117 ObjCPropertyImplDecl::Synthesize) { in TraverseObjCMethodDecl()
H A DTransProperties.cpp108 if (implD->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize) in doTransform()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp73 if (I->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize) in isSynthesizedRetainableProperty()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp556 assert(D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize); in VisitObjCPropertyImplDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h2805 Synthesize, enumerator
2873 return PropertyIvarDecl ? Synthesize : Dynamic; in getPropertyImplementation()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp1701 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) in VisitObjCPropertyImplDecl()
H A DJSONNodeDumper.cpp1223 ObjCPropertyImplDecl::Synthesize in VisitObjCPropertyImplDecl()
H A DTextNodeDumper.cpp2843 if (D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) in VisitObjCPropertyImplDecl()
H A DASTImporter.cpp5871 if (D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize && in VisitObjCPropertyImplDecl()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1910 ObjCPropertyImplDecl::Synthesize) { in GenerateClass()
3579 ObjCPropertyImplDecl::Synthesize); in GeneratePropertyList()
H A DCGObjCMac.cpp3548 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) { in GenerateClass()
H A DCodeGenModule.cpp6724 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) { in EmitObjCPropertyImplementations()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td3413 HelpText<"Synthesize retain and release calls for Objective-C pointers">;
/freebsd/contrib/unbound/doc/
H A DChangelog6482 - Synthesize ANY responses from cache. Does not search exhaustively,