Lines Matching refs:readExpr
6596 TL.setSizeExpr(Reader.readExpr()); in VisitArrayTypeLoc()
6623 TL.setAttrExprOperand(Reader.readExpr()); in VisitDependentAddressSpaceTypeLoc()
6647 TL.setAttrRowOperand(Reader.readExpr()); in VisitConstantMatrixTypeLoc()
6648 TL.setAttrColumnOperand(Reader.readExpr()); in VisitConstantMatrixTypeLoc()
6655 TL.setAttrRowOperand(Reader.readExpr()); in VisitDependentSizedMatrixTypeLoc()
6656 TL.setAttrColumnOperand(Reader.readExpr()); in VisitDependentSizedMatrixTypeLoc()
7190 return readExpr(); in readTemplateArgumentLocInfo()
8866 Expr *RequiresClause = HasRequiresClause ? readExpr() : nullptr; in readTemplateParameterList()
8941 Expr *Init = readExpr(); in readCXXCtorInitializers()
11879 C->setAllocator(Record.readExpr()); in VisitOMPAllocatorClause()
12369 Vars.push_back(Record.readExpr()); in VisitOMPMapClause()
12375 UDMappers.push_back(Record.readExpr()); in VisitOMPMapClause()
12399 Expr *AssociatedExprPr = Record.readExpr(); in VisitOMPMapClause()
12845 C->setAlignment(Record.readExpr()); in VisitOMPAlignClause()