Home | History | Annotate | Download | only in Parse

Lines Matching refs:FieldDecls

2625   SmallVector<Decl *, 32> FieldDecls;
2647 SmallVectorImpl<Decl *> &FieldDecls;
2650 SmallVectorImpl<Decl *> &FieldDecls) :
2651 P(P), TagDecl(TagDecl), FieldDecls(FieldDecls) {}
2658 FieldDecls.push_back(Field);
2661 } Callback(*this, TagDecl, FieldDecls);
2681 FieldDecls.insert(FieldDecls.end(), Fields.begin(), Fields.end());
2707 RecordLoc, TagDecl, FieldDecls,