Searched refs:getCountExpr (Results 1 – 11 of 11) sorted by relevance
526 return getCountExpr() ? getCountExpr()->getSourceRange() : SourceRange(); in getLocalSourceRange()
1833 if (T->getCountExpr()) in printCountAttributedImpl()1834 T->getCountExpr()->printPretty(OS, nullptr, Policy); in printCountAttributedImpl()
4790 const auto *CountDRE = cast<DeclRefExpr>(CAT->getCountExpr()); in findCountedByField()
14524 Expr *CEX = DX->getCountExpr(); in getCommonSugarTypeNode()14525 Expr *CEY = DY->getCountExpr(); in getCommonSugarTypeNode()
1783 Expr *CountExpr = importChecked(Err, T->getCountExpr()); in VisitCountAttributedType()
253 SourceRange AttrSrcRange = CATy->getCountExpr()->getSourceRange(); in EmitIncompleteCountedByPointeeNotes()
7633 Expr *OldCount = TL.getCountExpr(); in TransformCountAttributedType()
1194 Expr *getCountExpr() const { return getTypePtr()->getCountExpr(); } in getCountExpr() function
33 let Read = [{ node->getCountExpr() }];
1146 if (T->getCountExpr())1147 TRY_TO(TraverseStmt(T->getCountExpr()));
3390 Expr *getCountExpr() const { return CountExpr; }