Lines Matching refs:fieldDecl
393 void RewriteObjCFieldDecl(FieldDecl *fieldDecl, std::string &Result);
396 void RewriteLocallyDefinedNamedAggregates(FieldDecl *fieldDecl,
877 FieldDecl *FD = FieldDecl::Create(*Context, 0, SourceLocation(),
2258 else if (FieldDecl *FD = dyn_cast<FieldDecl>(Dcl)) {
2794 FieldDecl *ARRFD = FieldDecl::Create(*Context, 0, SourceLocation(),
2939 FieldDecl *ARRFD = FieldDecl::Create(*Context, 0, SourceLocation(),
3083 SuperStructDecl->addDecl(FieldDecl::Create(*Context, SuperStructDecl,
3115 ConstantStringDecl->addDecl(FieldDecl::Create(*Context,
3259 FieldDecl *FieldD = FieldDecl::Create(*Context, 0, SourceLocation(),
3829 FieldDecl *FD = *i;
3868 void RewriteModernObjC::RewriteObjCFieldDecl(FieldDecl *fieldDecl,
3870 QualType Type = fieldDecl->getType();
3871 std::string Name = fieldDecl->getNameAsString();
3877 if (fieldDecl->isBitField()) {
3878 Result += " : "; Result += utostr(fieldDecl->getBitWidthValue(*Context));
3898 void RewriteModernObjC::RewriteLocallyDefinedNamedAggregates(FieldDecl *fieldDecl,
3900 QualType Type = fieldDecl->getType();
3906 dyn_cast<ObjCContainerDecl>(fieldDecl->getDeclContext());
3966 RD->addDecl(FieldDecl::Create(*Context, RD, SourceLocation(), SourceLocation(),
4821 FieldDecl *FD = FieldDecl::Create(*Context, 0, SourceLocation(),
4869 FieldDecl *FD = FieldDecl::Create(*Context, 0, SourceLocation(),
4881 FD = FieldDecl::Create(*Context, 0, SourceLocation(), SourceLocation(),
5084 else if (FieldDecl *FD = dyn_cast<FieldDecl>(ND))
5885 FieldDecl *FD = *i;
7811 FieldDecl *FD = FieldDecl::Create(*Context, 0, SourceLocation(),
7840 FieldDecl *FD = FieldDecl::Create(*Context, 0, SourceLocation(),