Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCGNU.cpp244 const ObjCPropertyDecl *property, bool isSynthesized=true, bool in PushPropertyAttributes() argument
261 attrs |= isSynthesized ? (1<<0) : 0; in PushPropertyAttributes()
291 bool isSynthesized=true, bool in PushProperty() argument
296 PushPropertyAttributes(Fields, property, isSynthesized, isDynamic); in PushProperty()
1121 bool isSynthesized=true, bool in PushProperty() argument
3374 bool isSynthesized = false; in GeneratePropertyList() local
3379 isSynthesized = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList()
3385 PushProperty(properties, property, Container, isSynthesized, isDynamic); in GeneratePropertyList()