Lines Matching defs:VDPrivate
2911 VarDecl *VDPrivate = buildVarDecl(
2914 SemaRef.ActOnUninitializedDecl(VDPrivate);
2915 if (VDPrivate->isInvalidDecl()) {
2920 SemaRef, VDPrivate, DE->getType(), DE->getExprLoc()));
17211 VarDecl *VDPrivate =
17215 SemaRef.ActOnUninitializedDecl(VDPrivate);
17216 if (VDPrivate->isInvalidDecl())
17219 SemaRef, VDPrivate, RefExpr->getType().getUnqualifiedType(), ELoc);
17449 VarDecl *VDPrivate =
17476 VDPrivate->setInvalidDecl();
17478 VDPrivate->setInit(Result.getAs<Expr>());
17487 VDPrivate, SemaRef.DefaultLvalueConversion(VDInitRefExpr).get(),
17490 if (VDPrivate->isInvalidDecl()) {
17497 SemaRef.CurContext->addDecl(VDPrivate);
17499 SemaRef, VDPrivate, RefExpr->getType().getUnqualifiedType(),
22487 auto VDPrivate =
22491 if (VDPrivate->isInvalidDecl())
22494 SemaRef.CurContext->addDecl(VDPrivate);
22496 SemaRef, VDPrivate, RefExpr->getType().getUnqualifiedType(), ELoc);
22504 VDPrivate, SemaRef.DefaultLvalueConversion(VDInitRefExpr).get(),