Searched refs:isSynthesized (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCGNU.cpp | 245 const ObjCPropertyDecl *property, bool isSynthesized=true, bool in PushPropertyAttributes() argument 262 attrs |= isSynthesized ? (1<<0) : 0; in PushPropertyAttributes() 292 bool isSynthesized=true, bool in PushProperty() argument 297 PushPropertyAttributes(Fields, property, isSynthesized, isDynamic); in PushProperty() 1139 bool isSynthesized=true, bool in PushProperty() argument 3665 bool isSynthesized = false; in GeneratePropertyList() local 3670 isSynthesized = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList() 3676 PushProperty(properties, property, Container, isSynthesized, isDynamic); in GeneratePropertyList()
|