Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp526 return getCountExpr() ? getCountExpr()->getSourceRange() : SourceRange(); in getLocalSourceRange()
H A DTypePrinter.cpp1833 if (T->getCountExpr()) in printCountAttributedImpl()
1834 T->getCountExpr()->printPretty(OS, nullptr, Policy); in printCountAttributedImpl()
H A DDecl.cpp4790 const auto *CountDRE = cast<DeclRefExpr>(CAT->getCountExpr()); in findCountedByField()
H A DASTContext.cpp14524 Expr *CEX = DX->getCountExpr(); in getCommonSugarTypeNode()
14525 Expr *CEY = DY->getCountExpr(); in getCommonSugarTypeNode()
H A DASTImporter.cpp1783 Expr *CountExpr = importChecked(Err, T->getCountExpr()); in VisitCountAttributedType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaBoundsSafety.cpp253 SourceRange AttrSrcRange = CATy->getCountExpr()->getSourceRange(); in EmitIncompleteCountedByPointeeNotes()
H A DTreeTransform.h7633 Expr *OldCount = TL.getCountExpr(); in TransformCountAttributedType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h1194 Expr *getCountExpr() const { return getTypePtr()->getCountExpr(); } in getCountExpr() function
H A DTypeProperties.td33 let Read = [{ node->getCountExpr() }];
H A DRecursiveASTVisitor.h1146 if (T->getCountExpr())
1147 TRY_TO(TraverseStmt(T->getCountExpr()));
H A DType.h3390 Expr *getCountExpr() const { return CountExpr; }