Searched refs:isSynthesized (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/llvm/clang/lib/CodeGen/ |
| D | CGObjCGNU.cpp | 248 const ObjCPropertyDecl *property, bool isSynthesized=true, bool in PushPropertyAttributes() argument 265 attrs |= isSynthesized ? (1<<0) : 0; in PushPropertyAttributes() 295 bool isSynthesized=true, bool in PushProperty() argument 300 PushPropertyAttributes(Fields, property, isSynthesized, isDynamic); in PushProperty() 1124 bool isSynthesized=true, bool in PushProperty() argument 3459 bool isSynthesized = false; in GeneratePropertyList() local 3464 isSynthesized = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList() 3470 PushProperty(properties, property, Container, isSynthesized, isDynamic); in GeneratePropertyList()
|