Home | History | Annotate | Download | only in Serialization

Lines Matching refs:ReadExpr

3798     return Context.getVariableArrayType(ElementType, ReadExpr(*Loc.F),
3868 EPI.NoexceptExpr = ReadExpr(*Loc.F);
3894 return Context.getTypeOfExprType(ReadExpr(*Loc.F));
3907 return Context.getDecltypeType(ReadExpr(*Loc.F), UnderlyingType);
4084 Expr *NumElts = ReadExpr(*Loc.F);
4191 TL.setSizeExpr(Reader.ReadExpr(F));
4277 TL.setAttrExprOperand(Reader.ReadExpr(F));
4476 return ReadExpr(F);
5899 return TemplateArgument(ReadExpr(F));
6004 Expr *Init = ReadExpr(F);