Lines Matching refs:readExpr
6556 TL.setSizeExpr(Reader.readExpr()); in VisitArrayTypeLoc()
6583 TL.setAttrExprOperand(Reader.readExpr()); in VisitDependentAddressSpaceTypeLoc()
6607 TL.setAttrRowOperand(Reader.readExpr()); in VisitConstantMatrixTypeLoc()
6608 TL.setAttrColumnOperand(Reader.readExpr()); in VisitConstantMatrixTypeLoc()
6615 TL.setAttrRowOperand(Reader.readExpr()); in VisitDependentSizedMatrixTypeLoc()
6616 TL.setAttrColumnOperand(Reader.readExpr()); in VisitDependentSizedMatrixTypeLoc()
7136 return readExpr(); in readTemplateArgumentLocInfo()
8818 Expr *RequiresClause = HasRequiresClause ? readExpr() : nullptr; in readTemplateParameterList()
8893 Expr *Init = readExpr(); in readCXXCtorInitializers()
12078 C->setAllocator(Record.readExpr()); in VisitOMPAllocatorClause()
12565 Vars.push_back(Record.readExpr()); in VisitOMPMapClause()
12571 UDMappers.push_back(Record.readExpr()); in VisitOMPMapClause()
12595 Expr *AssociatedExprPr = Record.readExpr(); in VisitOMPMapClause()