Lines Matching defs:VE
20975 const Expr *VE = RE->IgnoreParenLValueCasts();
20977 if (VE->isValueDependent() || VE->isTypeDependent() ||
20978 VE->isInstantiationDependent() ||
20979 VE->containsUnexpandedParameterPack()) {
20983 VE->getType().getCanonicalType(), UnresolvedMapper);
21027 VE->getType().getCanonicalType(), UnresolvedMapper);
21098 auto *ASE = dyn_cast<ArraySubscriptExpr>(VE->IgnoreParens());
21099 auto *OASE = dyn_cast<ArraySectionExpr>(VE->IgnoreParens());
21100 auto *OAShE = dyn_cast<OMPArrayShapingExpr>(VE->IgnoreParens());
21114 Type = VE->getType();
21121 if (!checkTypeMappable(VE->getExprLoc(), VE->getSourceRange(), SemaRef,