Searched defs:MSPropertyAttr (Results 1 - 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 2181 AttributeList *MSPropertyAttr = local 2183 if (MSPropertyAttr) { 2185 BitWidth, InitStyle, AS, MSPropertyAttr); 13732 AttributeList *MSPropertyAttr) { 13791 const AttributeList::PropertyData &Data = MSPropertyAttr->getPropertyData(); 13727 HandleMSProperty(Scope *S, RecordDecl *Record, SourceLocation DeclStart, Declarator &D, Expr *BitWidth, InClassInitStyle InitStyle, AccessSpecifier AS, AttributeList *MSPropertyAttr) argument
|
Completed in 75 milliseconds