Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/include/clang/AST/
HDDeclObjCCommon.h23 kind_noattr = 0x00, enumerator
HDDeclObjC.h781 PropertyAttributes(ObjCPropertyAttribute::kind_noattr), in ObjCPropertyDecl()
782 PropertyAttributesAsWritten(ObjCPropertyAttribute::kind_noattr), in ObjCPropertyDecl()
/freebsd-head/contrib/llvm-project/clang/lib/ARCMigrate/
HDTransGCAttrs.cpp234 ObjCPropertyAttribute::Kind Attrs = ObjCPropertyAttribute::kind_noattr; in checkAllAtProps()
/freebsd-head/contrib/llvm-project/clang/lib/AST/
HDDeclPrinter.cpp1601 if (PDecl->getPropertyAttributes() != ObjCPropertyAttribute::kind_noattr) { in VisitObjCPropertyDecl()
HDJSONNodeDumper.cpp1192 if (Attrs != ObjCPropertyAttribute::kind_noattr) { in VisitObjCPropertyDecl()
HDTextNodeDumper.cpp2809 if (Attrs != ObjCPropertyAttribute::kind_noattr) { in VisitObjCPropertyDecl()
/freebsd-head/contrib/llvm-project/clang/lib/ExtractAPI/
HDDeclarationFragments.cpp1455 if (Attributes != ObjCPropertyAttribute::kind_noattr) { in getFragmentsForObjCProperty()
/freebsd-head/contrib/llvm-project/clang/include/clang/Sema/
HDDeclSpec.h918 PropertyAttributes(ObjCPropertyAttribute::kind_noattr), Nullability(0), in ObjCDeclSpec()