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.cpp250 ObjCPropertyDecl *property, bool isSynthesized=true, bool
267 attrs |= isSynthesized ? (1<<0) : 0;
1819 // Property metadata: name, attributes, isSynthesized, setter name, setter
1821 // The isSynthesized value is always set to 0 in a protocol. It exists to
2074 bool isSynthesized = (propertyImpl->getPropertyImplementation() == local
2080 PushPropertyAttributes(Fields, property, isSynthesized, isDynamic);
2085 if (isSynthesized) {
2099 if (isSynthesized) {
249 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 920 milliseconds