Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DDeclObjCCommon.h41 kind_direct = 0x8000, enumerator
DDeclObjC.h876 return PropertyAttributes & ObjCPropertyAttribute::kind_direct; in isDirectProperty()
/external/llvm-project/clang/lib/Sema/
DSemaObjCProperty.cpp307 if (Attributes & ObjCPropertyAttribute::kind_direct) in makePropertyAttributesAsWritten()
308 attributesAsWritten |= ObjCPropertyAttribute::kind_direct; in makePropertyAttributesAsWritten()
713 if ((Attributes & ObjCPropertyAttribute::kind_direct) || in CreatePropertyDecl()
718 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_direct); in CreatePropertyDecl()
/external/llvm-project/clang/lib/AST/
DDeclPrinter.cpp1457 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_direct) { in VisitObjCPropertyDecl()
DJSONNodeDumper.cpp1036 attributeOnlyIfTrue("direct", Attrs & ObjCPropertyAttribute::kind_direct); in VisitObjCPropertyDecl()
DTextNodeDumper.cpp2255 if (Attrs & ObjCPropertyAttribute::kind_direct) in VisitObjCPropertyDecl()
/external/llvm-project/clang/lib/Parse/
DParseObjc.cpp960 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_direct); in ParseObjCPropertyAttribute()