reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/Decl.h
 2712   static FieldDecl *Create(const ASTContext &C, DeclContext *DC,

References

tools/clang/lib/AST/ASTContext.cpp
 6028         FieldDecl::Create(*this, CFConstantStringTagDecl, SourceLocation(),
 6094     FieldDecl *Field = FieldDecl::Create(
 6133     FieldDecl *Field = FieldDecl::Create(
 7405     FieldDecl *Field = FieldDecl::Create(const_cast<ASTContext &>(*Context),
 7458     FieldDecl *Field = FieldDecl::Create(*Context, VaListTagDecl,
 7517     FieldDecl *Field = FieldDecl::Create(const_cast<ASTContext &>(*Context),
 7569   FieldDecl *Field = FieldDecl::Create(const_cast<ASTContext &>(*Context),
 7620     FieldDecl *Field = FieldDecl::Create(const_cast<ASTContext &>(*Context),
tools/clang/lib/AST/ASTImporter.cpp
  217           -> decltype(ToDeclT::Create(std::forward<Args>(args)...)) {
  218         return ToDeclT::Create(std::forward<Args>(args)...);
tools/clang/lib/CodeGen/CGObjCMac.cpp
 5653   RD->addDecl(FieldDecl::Create(Ctx, RD, SourceLocation(), SourceLocation(),
 5656   RD->addDecl(FieldDecl::Create(Ctx, RD, SourceLocation(), SourceLocation(),
 6006   RD->addDecl(FieldDecl::Create(Ctx, RD, SourceLocation(), SourceLocation(),
 6009   RD->addDecl(FieldDecl::Create(Ctx, RD, SourceLocation(), SourceLocation(),
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 1232   auto *Field = FieldDecl::Create(
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
  269       Field = FieldDecl::Create(
  285       Field = FieldDecl::Create(
 5088           FieldDecl::Create(C, UseSharedMemory ? SharedStaticRD : StaticRD,
 5113       auto *Field = FieldDecl::Create(
 5175       auto *Field = FieldDecl::Create(
tools/clang/lib/CodeGen/CodeGenModule.cpp
 4825       FieldDecl *Field = FieldDecl::Create(Context,
tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
  877       FieldDecl *FD = FieldDecl::Create(*Context, nullptr, SourceLocation(),
 2731   FieldDecl *ARRFD = FieldDecl::Create(*Context, nullptr, SourceLocation(),
 2860   FieldDecl *ARRFD = FieldDecl::Create(*Context, nullptr, SourceLocation(),
 2983       SuperStructDecl->addDecl(FieldDecl::Create(*Context, SuperStructDecl,
 3015       ConstantStringDecl->addDecl(FieldDecl::Create(*Context,
 3175   FieldDecl *FieldD = FieldDecl::Create(*Context, nullptr, SourceLocation(),
 3789     RD->addDecl(FieldDecl::Create(*Context, RD, SourceLocation(), SourceLocation(),
 4623   FieldDecl *FD = FieldDecl::Create(*Context, nullptr, SourceLocation(),
 4669   FieldDecl *FD = FieldDecl::Create(*Context, nullptr, SourceLocation(),
 4679   FD = FieldDecl::Create(*Context, nullptr, SourceLocation(), SourceLocation(),
 7519           FieldDecl *FD = FieldDecl::Create(*Context, nullptr, SourceLocation(),
 7547         FieldDecl *FD = FieldDecl::Create(*Context, nullptr, SourceLocation(),
tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
 2536       SuperStructDecl->addDecl(FieldDecl::Create(*Context, SuperStructDecl,
 2568       ConstantStringDecl->addDecl(FieldDecl::Create(*Context,
 3791   FieldDecl *FD = FieldDecl::Create(*Context, nullptr, SourceLocation(),
 3837   FieldDecl *FD = FieldDecl::Create(*Context, nullptr, SourceLocation(),
 3848   FD = FieldDecl::Create(*Context, nullptr, SourceLocation(), SourceLocation(),
tools/clang/lib/Sema/SemaDecl.cpp
 5007     Anon = FieldDecl::Create(
 5103       FieldDecl::Create(Context, ParentDecl, DS.getBeginLoc(), DS.getBeginLoc(),
16115   FieldDecl *NewFD = FieldDecl::Create(Context, Record, TSSL, Loc, II, T, TInfo,
tools/clang/lib/Sema/SemaLambda.cpp
 1618       FieldDecl::Create(Context, RD, Loc, Loc, nullptr, FieldType, TSI, nullptr,
tools/lldb/source/Symbol/ClangASTContext.cpp
 7893     field = clang::FieldDecl::Create(