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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp2029 AttributeList *MSPropertyAttr = local
2031 if (MSPropertyAttr) {
2033 BitWidth, InitStyle, AS, MSPropertyAttr);
12745 AttributeList *MSPropertyAttr) {
12805 const AttributeList::PropertyData &Data = MSPropertyAttr->getPropertyData();
12740 HandleMSProperty(Scope *S, RecordDecl *Record, SourceLocation DeclStart, Declarator &D, Expr *BitWidth, InClassInitStyle InitStyle, AccessSpecifier AS, AttributeList *MSPropertyAttr) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h1700 AttributeList *MSPropertyAttr);

Completed in 217 milliseconds