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

Declarations

tools/clang/include/clang/AST/Decl.h
 1565   static ImplicitParamDecl *Create(ASTContext &C, DeclContext *DC,

References

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/AST/DeclObjC.cpp
 1127   auto *Self = ImplicitParamDecl::Create(Context, this, SourceLocation(),
 1138   setCmdDecl(ImplicitParamDecl::Create(
tools/clang/lib/CodeGen/CGBuiltin.cpp
 1140   Args.push_back(ImplicitParamDecl::Create(
 1151     Args.push_back(ImplicitParamDecl::Create(
tools/clang/lib/CodeGen/CGCXXABI.cpp
  126   auto *ThisDecl = ImplicitParamDecl::Create(
tools/clang/lib/CodeGen/CGException.cpp
 1856       Args.push_back(ImplicitParamDecl::Create(
 1861       Args.push_back(ImplicitParamDecl::Create(
 1866     Args.push_back(ImplicitParamDecl::Create(
tools/clang/lib/CodeGen/CGNonTrivialStruct.cpp
  310     Params.push_back(ImplicitParamDecl::Create(
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 4674     Args.push_back(ImplicitParamDecl::Create(
 4685     Args.push_back(ImplicitParamDecl::Create(
 4696     Args.push_back(ImplicitParamDecl::Create(
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
 4466     return ImplicitParamDecl::Create(
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
  449       Arg = ImplicitParamDecl::Create(Ctx, /*DC=*/nullptr, FD->getLocation(),
 3136   auto *OrigVD = ImplicitParamDecl::Create(C, CD, Loc, /*Id=*/nullptr, Ty,
 3141   auto *PrivateVD = ImplicitParamDecl::Create(C, CD, Loc, /*Id=*/nullptr, Ty,
 3147   auto *InitVD = ImplicitParamDecl::Create(C, CD, Loc, /*Id=*/nullptr, ElemType,
tools/clang/lib/CodeGen/CodeGenFunction.cpp
 1114       auto *Implicit = ImplicitParamDecl::Create(
tools/clang/lib/CodeGen/ItaniumCXXABI.cpp
 1564     auto *VTTDecl = ImplicitParamDecl::Create(
tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
 1455     auto *IsMostDerived = ImplicitParamDecl::Create(
 1468     auto *ShouldDelete = ImplicitParamDecl::Create(
tools/clang/lib/Sema/SemaStmt.cpp
 4329       ImplicitParamDecl::Create(Context, DC, Loc, ParamName, ParamType,
 4369           ImplicitParamDecl::Create(Context, DC, Loc, ParamName, ParamType,
 4377           ImplicitParamDecl::Create(Context, DC, Loc, ParamName, I->second,
 4389         ImplicitParamDecl::Create(Context, DC, Loc, ParamName, ParamType,