Home | History | Annotate | Download | only in Sema

Lines Matching refs:ElemType

6513     auto ElemType = Context.getBaseElementType(Type).getNonReferenceType();
6518 bool IsConstant = ElemType.isConstant(Context);
6671 buildVarDecl(*this, DE->getExprLoc(), ElemType, VD->getName());
6672 VDInitRefExpr = buildDeclRefExpr(*this, VDInit, ElemType, ELoc);
6674 ElemType = ElemType.getUnqualifiedType();
6675 auto *VDInitTemp = buildVarDecl(*this, DE->getLocStart(), ElemType,
7816 auto ElemType = Context.getBaseElementType(Type).getNonReferenceType();
7818 buildVarDecl(*this, DE->getLocStart(), ElemType.getUnqualifiedType(),
7821 *this, SrcVD, ElemType.getUnqualifiedType(), DE->getExprLoc());
7823 buildVarDecl(*this, DE->getLocStart(), ElemType, ".copyin.dst",
7826 buildDeclRefExpr(*this, DstVD, ElemType, DE->getExprLoc());