Lines Matching full:fielddecl
399 void RewriteObjCFieldDecl(FieldDecl *fieldDecl, std::string &Result);
402 FieldDecl *fieldDecl,
886 FieldDecl *FD = FieldDecl::Create(*Context, nullptr, SourceLocation(),
2236 else if (FieldDecl *FD = dyn_cast<FieldDecl>(Dcl)) {
2762 FieldDecl *ARRFD = FieldDecl::Create(*Context, nullptr, SourceLocation(),
2894 FieldDecl *ARRFD = FieldDecl::Create(*Context, nullptr, SourceLocation(),
3022 SuperStructDecl->addDecl(FieldDecl::Create(*Context, SuperStructDecl,
3054 ConstantStringDecl->addDecl(FieldDecl::Create(*Context,
3217 FieldDecl *FieldD = FieldDecl::Create(*Context, nullptr, SourceLocation(),
3763 void RewriteModernObjC::RewriteObjCFieldDecl(FieldDecl *fieldDecl,
3765 QualType Type = fieldDecl->getType();
3766 std::string Name = fieldDecl->getNameAsString();
3772 if (fieldDecl->isBitField()) {
3773 Result += " : "; Result += utostr(fieldDecl->getBitWidthValue(*Context));
3793 void RewriteModernObjC::RewriteLocallyDefinedNamedAggregates(FieldDecl *fieldDecl,
3795 QualType Type = fieldDecl->getType();
3801 dyn_cast<ObjCContainerDecl>(fieldDecl->getDeclContext());
3861 RD->addDecl(FieldDecl::Create(*Context, RD, SourceLocation(), SourceLocation(),
4701 FieldDecl *FD = FieldDecl::Create(*Context, nullptr, SourceLocation(),
4749 FieldDecl *FD = FieldDecl::Create(*Context, nullptr, SourceLocation(),
4760 FD = FieldDecl::Create(*Context, nullptr, SourceLocation(), SourceLocation(),
4960 else if (FieldDecl *FD = dyn_cast<FieldDecl>(ND))
7659 FieldDecl *FD = FieldDecl::Create(*Context, nullptr, SourceLocation(),
7688 FieldDecl *FD = FieldDecl::Create(*Context, nullptr, SourceLocation(),