Home
last modified time | relevance | path

Searched refs:getCountExpr (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp523 return getCountExpr() ? getCountExpr()->getSourceRange() : SourceRange(); in getLocalSourceRange()
H A DTypePrinter.cpp1787 if (T->getCountExpr()) in printCountAttributedImpl()
1788 T->getCountExpr()->printPretty(OS, nullptr, Policy); in printCountAttributedImpl()
H A DASTContext.cpp13704 Expr *CEX = DX->getCountExpr(); in getCommonSugarTypeNode()
13705 Expr *CEY = DY->getCountExpr(); in getCommonSugarTypeNode()
H A DASTImporter.cpp1551 Expr *CountExpr = importChecked(Err, T->getCountExpr()); in VisitCountAttributedType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h1142 Expr *getCountExpr() const { return getTypePtr()->getCountExpr(); } in getCountExpr() function
H A DTypeProperties.td33 let Read = [{ node->getCountExpr() }];
H A DRecursiveASTVisitor.h1141 if (T->getCountExpr())
1142 TRY_TO(TraverseStmt(T->getCountExpr()));
H A DType.h3295 Expr *getCountExpr() const { return CountExpr; }
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp1159 const auto *CountDRE = cast<DeclRefExpr>(CAT->getCountExpr()); in FindCountedByField()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h7392 Expr *OldCount = TL.getCountExpr(); in TransformCountAttributedType()