Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DDeclObjCCommon.h23 kind_noattr = 0x00, enumerator
DDeclObjC.h797 PropertyAttributes(ObjCPropertyAttribute::kind_noattr), in ObjCPropertyDecl()
798 PropertyAttributesAsWritten(ObjCPropertyAttribute::kind_noattr), in ObjCPropertyDecl()
/external/llvm-project/clang/lib/ARCMigrate/
DTransGCAttrs.cpp234 ObjCPropertyAttribute::Kind Attrs = ObjCPropertyAttribute::kind_noattr; in checkAllAtProps()
/external/llvm-project/clang/lib/AST/
DDeclPrinter.cpp1449 if (PDecl->getPropertyAttributes() != ObjCPropertyAttribute::kind_noattr) { in VisitObjCPropertyDecl()
DJSONNodeDumper.cpp1016 if (Attrs != ObjCPropertyAttribute::kind_noattr) { in VisitObjCPropertyDecl()
DTextNodeDumper.cpp2232 if (Attrs != ObjCPropertyAttribute::kind_noattr) { in VisitObjCPropertyDecl()
/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h843 PropertyAttributes(ObjCPropertyAttribute::kind_noattr), Nullability(0), in ObjCDeclSpec()