Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCGNU.cpp250 ObjCPropertyDecl *property, bool isSynthesized=true, bool in PushPropertyAttributes() argument
267 attrs |= isSynthesized ? (1<<0) : 0; in PushPropertyAttributes()
2097 bool isSynthesized = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList() local
2103 PushPropertyAttributes(Fields, property, isSynthesized, isDynamic); in GeneratePropertyList()
2108 if (isSynthesized) { in GeneratePropertyList()
2122 if (isSynthesized) { in GeneratePropertyList()