Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDeclObjCCommon.h25 kind_getter = 0x02, enumerator
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaObjCProperty.cpp278 if (Attributes & ObjCPropertyAttribute::kind_getter) in makePropertyAttributesAsWritten()
279 attributesAsWritten |= ObjCPropertyAttribute::kind_getter; in makePropertyAttributesAsWritten()
473 if (AttributesAsWritten & ObjCPropertyAttribute::kind_getter) { in HandlePropertyInClassExtension()
481 Attributes |= ObjCPropertyAttribute::kind_getter; in HandlePropertyInClassExtension()
653 if (Attributes & ObjCPropertyAttribute::kind_getter) in CreatePropertyDecl()
654 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_getter); in CreatePropertyDecl()
H A DSemaCodeComplete.cpp7396 ObjCPropertyAttribute::kind_getter)) { in CodeCompleteObjCPropertyFlags()
/openbsd/gnu/llvm/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp668 RenderAttribute(ObjCPropertyAttribute::kind_getter, "getter", in getFragmentsForObjCProperty()
/openbsd/gnu/llvm/clang/lib/AST/
H A DDeclPrinter.cpp1560 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_getter) { in VisitObjCPropertyDecl()
H A DJSONNodeDumper.cpp1096 if (Attrs & ObjCPropertyAttribute::kind_getter) in VisitObjCPropertyDecl()
H A DTextNodeDumper.cpp2373 if (Attrs & ObjCPropertyAttribute::kind_getter) in VisitObjCPropertyDecl()
H A DASTContext.cpp7899 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_getter) { in getObjCEncodingForPropertyDecl()
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseObjc.cpp962 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_getter); in ParseObjCPropertyAttribute()
/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8020 property_decl->setPropertyAttributes(ObjCPropertyAttribute::kind_getter); in AddObjCClassProperty()