Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclObjCCommon.h41 kind_direct = 0x8000, enumerator
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaObjCProperty.cpp300 if (Attributes & ObjCPropertyAttribute::kind_direct) in makePropertyAttributesAsWritten()
301 attributesAsWritten |= ObjCPropertyAttribute::kind_direct; in makePropertyAttributesAsWritten()
691 if ((Attributes & ObjCPropertyAttribute::kind_direct) || in CreatePropertyDecl()
696 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_direct); in CreatePropertyDecl()
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDDeclPrinter.cpp1609 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_direct) { in VisitObjCPropertyDecl()
HDDeclObjC.cpp2376 return (PropertyAttributes & ObjCPropertyAttribute::kind_direct) && in isDirectProperty()
HDJSONNodeDumper.cpp1212 attributeOnlyIfTrue("direct", Attrs & ObjCPropertyAttribute::kind_direct); in VisitObjCPropertyDecl()
HDTextNodeDumper.cpp2832 if (Attrs & ObjCPropertyAttribute::kind_direct) in VisitObjCPropertyDecl()
/freebsd-14-stable/contrib/llvm-project/clang/lib/ExtractAPI/
HDDeclarationFragments.cpp1485 RenderAttribute(ObjCPropertyAttribute::kind_direct, "direct"); in getFragmentsForObjCProperty()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Parse/
HDParseObjc.cpp1017 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_direct); in ParseObjCPropertyAttribute()