Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/AST/
DDeclObjCCommon.h41 kind_direct = 0x8000, enumerator
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaObjCProperty.cpp300 if (Attributes & ObjCPropertyAttribute::kind_direct) in makePropertyAttributesAsWritten()
301 attributesAsWritten |= ObjCPropertyAttribute::kind_direct; in makePropertyAttributesAsWritten()
706 if ((Attributes & ObjCPropertyAttribute::kind_direct) || in CreatePropertyDecl()
711 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_direct); in CreatePropertyDecl()
/openbsd/src/gnu/llvm/clang/lib/AST/
DDeclPrinter.cpp1508 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_direct) { in VisitObjCPropertyDecl()
DJSONNodeDumper.cpp1115 attributeOnlyIfTrue("direct", Attrs & ObjCPropertyAttribute::kind_direct); in VisitObjCPropertyDecl()
DDeclObjC.cpp2393 return (PropertyAttributes & ObjCPropertyAttribute::kind_direct) && in isDirectProperty()
DTextNodeDumper.cpp2371 if (Attrs & ObjCPropertyAttribute::kind_direct) in VisitObjCPropertyDecl()
/openbsd/src/gnu/llvm/clang/lib/Parse/
DParseObjc.cpp999 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_direct); in ParseObjCPropertyAttribute()