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

/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp247 ObjCPropertyDecl *property, bool isSynthesized=true, bool
264 attrs |= isSynthesized ? (1<<0) : 0;
1838 // Property metadata: name, attributes, isSynthesized, setter name, setter
1840 // The isSynthesized value is always set to 0 in a protocol. It exists to
2104 bool isSynthesized = (propertyImpl->getPropertyImplementation() == local
2110 PushPropertyAttributes(Fields, property, isSynthesized, isDynamic);
2115 if (isSynthesized) {
2129 if (isSynthesized) {
246 PushPropertyAttributes(std::vector<llvm::Constant*> &Fields, ObjCPropertyDecl *property, bool isSynthesized=true, bool isDynamic=true) argument

Completed in 49 milliseconds