Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTypeVendor.cpp338 const bool isSynthesized = false; in BuildMethod() local
381 isSynthesized, in BuildMethod()
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp250 ObjCPropertyDecl *property, bool isSynthesized=true, bool in PushPropertyAttributes() argument
267 attrs |= isSynthesized ? (1<<0) : 0; in PushPropertyAttributes()
2074 bool isSynthesized = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList() local
2080 PushPropertyAttributes(Fields, property, isSynthesized, isDynamic); in GeneratePropertyList()
2085 if (isSynthesized) { in GeneratePropertyList()
2099 if (isSynthesized) { in GeneratePropertyList()
/external/lldb/source/Symbol/
DClangASTType.cpp4901 const bool isSynthesized = false; in AddObjCClassProperty() local
4916 isSynthesized, in AddObjCClassProperty()
4936 const bool isSynthesized = false; in AddObjCClassProperty() local
4951 isSynthesized, in AddObjCClassProperty()