Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:fieldDecl

397     void RewriteObjCFieldDecl(FieldDecl *fieldDecl, std::string &Result);
400 void RewriteLocallyDefinedNamedAggregates(FieldDecl *fieldDecl,
875 FieldDecl *FD = FieldDecl::Create(*Context, nullptr, SourceLocation(),
2209 else if (FieldDecl *FD = dyn_cast<FieldDecl>(Dcl)) {
2735 FieldDecl *ARRFD = FieldDecl::Create(*Context, nullptr, SourceLocation(),
2866 FieldDecl *ARRFD = FieldDecl::Create(*Context, nullptr, SourceLocation(),
2991 SuperStructDecl->addDecl(FieldDecl::Create(*Context, SuperStructDecl,
3023 ConstantStringDecl->addDecl(FieldDecl::Create(*Context,
3184 FieldDecl *FieldD = FieldDecl::Create(*Context, nullptr, SourceLocation(),
3702 void RewriteModernObjC::RewriteObjCFieldDecl(FieldDecl *fieldDecl,
3704 QualType Type = fieldDecl->getType();
3705 std::string Name = fieldDecl->getNameAsString();
3711 if (fieldDecl->isBitField()) {
3712 Result += " : "; Result += utostr(fieldDecl->getBitWidthValue(*Context));
3732 void RewriteModernObjC::RewriteLocallyDefinedNamedAggregates(FieldDecl *fieldDecl,
3734 QualType Type = fieldDecl->getType();
3740 dyn_cast<ObjCContainerDecl>(fieldDecl->getDeclContext());
3799 RD->addDecl(FieldDecl::Create(*Context, RD, SourceLocation(), SourceLocation(),
4632 FieldDecl *FD = FieldDecl::Create(*Context, nullptr, SourceLocation(),
4680 FieldDecl *FD = FieldDecl::Create(*Context, nullptr, SourceLocation(),
4691 FD = FieldDecl::Create(*Context, nullptr, SourceLocation(), SourceLocation(),
4887 else if (FieldDecl *FD = dyn_cast<FieldDecl>(ND))
7534 FieldDecl *FD = FieldDecl::Create(*Context, nullptr, SourceLocation(),
7563 FieldDecl *FD = FieldDecl::Create(*Context, nullptr, SourceLocation(),