Home
last modified time | relevance | path

Searched refs:MSPropertyAttr (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp3245 const ParsedAttr *MSPropertyAttr = in ActOnCXXMemberDeclarator() local
3255 (DS.getStorageClassSpec() == DeclSpec::SCS_typedef || MSPropertyAttr)) in ActOnCXXMemberDeclarator()
3412 if (MSPropertyAttr) { in ActOnCXXMemberDeclarator()
3414 BitWidth, InitStyle, AS, *MSPropertyAttr); in ActOnCXXMemberDeclarator()
17807 const ParsedAttr &MSPropertyAttr) { in HandleMSProperty() argument
17872 MSPropertyAttr.getPropertyDataGetter(), in HandleMSProperty()
17873 MSPropertyAttr.getPropertyDataSetter()); in HandleMSProperty()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h3036 const ParsedAttr &MSPropertyAttr);