Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjCCommon.h23 kind_noattr = 0x00, enumerator
H A DDeclObjC.h781 PropertyAttributes(ObjCPropertyAttribute::kind_noattr), in ObjCPropertyDecl()
782 PropertyAttributesAsWritten(ObjCPropertyAttribute::kind_noattr), in ObjCPropertyDecl()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp234 ObjCPropertyAttribute::Kind Attrs = ObjCPropertyAttribute::kind_noattr; in checkAllAtProps()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp1455 if (Attributes != ObjCPropertyAttribute::kind_noattr) { in getFragmentsForObjCProperty()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp1601 if (PDecl->getPropertyAttributes() != ObjCPropertyAttribute::kind_noattr) { in VisitObjCPropertyDecl()
H A DJSONNodeDumper.cpp1192 if (Attrs != ObjCPropertyAttribute::kind_noattr) { in VisitObjCPropertyDecl()
H A DTextNodeDumper.cpp2809 if (Attrs != ObjCPropertyAttribute::kind_noattr) { in VisitObjCPropertyDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h918 PropertyAttributes(ObjCPropertyAttribute::kind_noattr), Nullability(0), in ObjCDeclSpec()