Lines Matching defs:VDPrivate
2883 VarDecl *VDPrivate = buildVarDecl(
2886 SemaRef.ActOnUninitializedDecl(VDPrivate);
2887 if (VDPrivate->isInvalidDecl()) {
2892 SemaRef, VDPrivate, DE->getType(), DE->getExprLoc()));
17398 VarDecl *VDPrivate =
17402 SemaRef.ActOnUninitializedDecl(VDPrivate);
17403 if (VDPrivate->isInvalidDecl())
17406 SemaRef, VDPrivate, RefExpr->getType().getUnqualifiedType(), ELoc);
17636 VarDecl *VDPrivate =
17663 VDPrivate->setInvalidDecl();
17665 VDPrivate->setInit(Result.getAs<Expr>());
17674 VDPrivate, SemaRef.DefaultLvalueConversion(VDInitRefExpr).get(),
17677 if (VDPrivate->isInvalidDecl()) {
17684 SemaRef.CurContext->addDecl(VDPrivate);
17686 SemaRef, VDPrivate, RefExpr->getType().getUnqualifiedType(),
22906 auto VDPrivate =
22910 if (VDPrivate->isInvalidDecl())
22913 SemaRef.CurContext->addDecl(VDPrivate);
22915 SemaRef, VDPrivate, RefExpr->getType().getUnqualifiedType(), ELoc);
22923 VDPrivate, SemaRef.DefaultLvalueConversion(VDInitRefExpr).get(),