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