Searched refs:MSPropertyDecl (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprMember.cpp112 if (dyn_cast<FieldDecl>(D) || dyn_cast<MSPropertyDecl>(D)
841 MSPropertyDecl *PD,
1055 if (MSPropertyDecl *PD = dyn_cast<MSPropertyDecl>(MemberDecl))
H A DSemaTemplateInstantiateDecl.cpp473 Decl *TemplateDeclInstantiator::VisitMSPropertyDecl(MSPropertyDecl *D) {
502 MSPropertyDecl *Property = new (SemaRef.Context)
503 MSPropertyDecl(Owner, D->getLocation(),
H A DTreeTransform.h6215 MSPropertyDecl *PD = cast_or_null<MSPropertyDecl>(
H A DSemaDeclCXX.cpp12740 MSPropertyDecl *Sema::HandleMSProperty(Scope *S, RecordDecl *Record,
12804 MSPropertyDecl *NewPD;
12806 NewPD = new (Context) MSPropertyDecl(Record, Loc,
H A DSemaExpr.cpp2117 isa<MSPropertyDecl>(R.getFoundDecl());
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclCXX.h3083 class MSPropertyDecl : public DeclaratorDecl { class in namespace:clang
3087 MSPropertyDecl(DeclContext *DC, SourceLocation L, function in class:clang::MSPropertyDecl
3094 static MSPropertyDecl *CreateDeserialized(ASTContext &C, unsigned ID);
H A DExprCXX.h33 class MSPropertyDecl;
609 /// \brief A member reference to an MSPropertyDecl.
616 MSPropertyDecl *TheDecl;
622 MSPropertyRefExpr(Expr *baseExpr, MSPropertyDecl *decl, bool isArrow,
660 MSPropertyDecl *getPropertyDecl() const { return TheDecl; }
H A DRecursiveASTVisitor.h1726 DEF_TRAVERSE_DECL(MSPropertyDecl, {
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DDecl.cpp1454 if (isa<FieldDecl>(D) || isa<IndirectFieldDecl>(D) || isa<MSPropertyDecl>(D))
3571 MSPropertyDecl *MSPropertyDecl::CreateDeserialized(ASTContext &C,
3573 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(MSPropertyDecl));
3574 return new (Mem) MSPropertyDecl(0, SourceLocation(), DeclarationName(),
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterDecl.cpp87 void VisitMSPropertyDecl(MSPropertyDecl *D);
680 void ASTDeclWriter::VisitMSPropertyDecl(MSPropertyDecl *D) {
H A DASTReaderDecl.cpp260 void VisitMSPropertyDecl(MSPropertyDecl *FD);
939 void ASTDeclReader::VisitMSPropertyDecl(MSPropertyDecl *PD) {
2552 D = MSPropertyDecl::CreateDeserialized(Context, ID);
H A DASTReaderStmt.cpp1614 E->TheDecl = ReadDeclAs<MSPropertyDecl>(Record, Idx);
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h1695 MSPropertyDecl *HandleMSProperty(Scope *S, RecordDecl *TagD,

Completed in 363 milliseconds