Lines Matching refs:readExpr
6534 TL.setSizeExpr(Reader.readExpr()); in VisitArrayTypeLoc()
6561 TL.setAttrExprOperand(Reader.readExpr()); in VisitDependentAddressSpaceTypeLoc()
6585 TL.setAttrRowOperand(Reader.readExpr()); in VisitConstantMatrixTypeLoc()
6586 TL.setAttrColumnOperand(Reader.readExpr()); in VisitConstantMatrixTypeLoc()
6593 TL.setAttrRowOperand(Reader.readExpr()); in VisitDependentSizedMatrixTypeLoc()
6594 TL.setAttrColumnOperand(Reader.readExpr()); in VisitDependentSizedMatrixTypeLoc()
7114 return readExpr(); in readTemplateArgumentLocInfo()
8789 Expr *RequiresClause = HasRequiresClause ? readExpr() : nullptr; in readTemplateParameterList()
8864 Expr *Init = readExpr(); in readCXXCtorInitializers()
12036 C->setAllocator(Record.readExpr()); in VisitOMPAllocatorClause()
12523 Vars.push_back(Record.readExpr()); in VisitOMPMapClause()
12529 UDMappers.push_back(Record.readExpr()); in VisitOMPMapClause()
12553 Expr *AssociatedExprPr = Record.readExpr(); in VisitOMPMapClause()