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

/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeVendor.cpp338 const bool isSynthesized = false; local
381 isSynthesized,
/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp247 ObjCPropertyDecl *property, bool isSynthesized=true, bool
264 attrs |= isSynthesized ? (1<<0) : 0;
1813 // Property metadata: name, attributes, isSynthesized, setter name, setter
1815 // The isSynthesized value is always set to 0 in a protocol. It exists to
2068 bool isSynthesized = (propertyImpl->getPropertyImplementation() == local
2074 PushPropertyAttributes(Fields, property, isSynthesized, isDynamic);
2079 if (isSynthesized) {
2093 if (isSynthesized) {
246 PushPropertyAttributes(std::vector<llvm::Constant*> &Fields, ObjCPropertyDecl *property, bool isSynthesized=true, bool isDynamic=true) argument
/external/lldb/source/Symbol/
H A DClangASTType.cpp4901 const bool isSynthesized = false; local
4916 isSynthesized,
4936 const bool isSynthesized = false; local
4951 isSynthesized,

Completed in 3329 milliseconds