Searched defs:MSPropertyAttr (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp2109 AttributeList *MSPropertyAttr = local
2111 if (MSPropertyAttr) {
2113 BitWidth, InitStyle, AS, MSPropertyAttr);
13065 AttributeList *MSPropertyAttr) {
13124 const AttributeList::PropertyData &Data = MSPropertyAttr->getPropertyData();
13060 HandleMSProperty(Scope *S, RecordDecl *Record, SourceLocation DeclStart, Declarator &D, Expr *BitWidth, InClassInitStyle InitStyle, AccessSpecifier AS, AttributeList *MSPropertyAttr) argument

Completed in 80 milliseconds