reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3136 auto *OrigVD = ImplicitParamDecl::Create(C, CD, Loc, /*Id=*/nullptr, Ty, 3139 C, NestedNameSpecifierLoc(), SourceLocation(), OrigVD, 3141 auto *PrivateVD = ImplicitParamDecl::Create(C, CD, Loc, /*Id=*/nullptr, Ty, 3144 C, NestedNameSpecifierLoc(), SourceLocation(), PrivateVD, 3146 QualType ElemType = C.getBaseElementType(Ty); 3147 auto *InitVD = ImplicitParamDecl::Create(C, CD, Loc, /*Id=*/nullptr, ElemType, 3150 C, NestedNameSpecifierLoc(), SourceLocation(), InitVD, 3153 PrivateVD->setInit(ImplicitCastExpr::Create(C, ElemType, CK_LValueToRValue,