Searched refs:isSynthesized (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp329 const bool isSynthesized = false; local
374 isSynthesized,
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCGNU.cpp250 ObjCPropertyDecl *property, bool isSynthesized=true, bool
267 attrs |= isSynthesized ? (1<<0) : 0;
1839 // Property metadata: name, attributes, isSynthesized, setter name, setter
1841 // The isSynthesized value is always set to 0 in a protocol. It exists to
2097 bool isSynthesized = (propertyImpl->getPropertyImplementation() == local
2103 PushPropertyAttributes(Fields, property, isSynthesized, isDynamic);
2108 if (isSynthesized) {
2122 if (isSynthesized) {
249 PushPropertyAttributes(std::vector<llvm::Constant*> &Fields, ObjCPropertyDecl *property, bool isSynthesized=true, bool isDynamic=true) argument
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp8121 const bool isSynthesized = false;
8136 isSynthesized,
8159 const bool isSynthesized = false;
8174 isSynthesized,

Completed in 191 milliseconds