Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGObjCGNU.cpp245 ObjCPropertyDecl *property, bool isSynthesized=true, bool in PushPropertyAttributes() argument
262 attrs |= isSynthesized ? (1<<0) : 0; in PushPropertyAttributes()
2069 bool isSynthesized = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList() local
2075 PushPropertyAttributes(Fields, property, isSynthesized, isDynamic); in GeneratePropertyList()
2080 if (isSynthesized) { in GeneratePropertyList()
2094 if (isSynthesized) { in GeneratePropertyList()
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTType.cpp5465 const bool isSynthesized = false; in AddObjCClassProperty() local
5480 isSynthesized, in AddObjCClassProperty()
5503 const bool isSynthesized = false; in AddObjCClassProperty() local
5518 isSynthesized, in AddObjCClassProperty()