Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp1770 Expr *DeallocE = AL.getArgAsExpr(0); in handleRestrictAttr() local
1771 SourceLocation DeallocLoc = DeallocE->getExprLoc(); in handleRestrictAttr()
1775 if (auto *DRE = dyn_cast<DeclRefExpr>(DeallocE)) { in handleRestrictAttr()
1783 } else if (auto *ULE = dyn_cast<UnresolvedLookupExpr>(DeallocE)) { in handleRestrictAttr()
1834 RestrictAttr(S.Context, AL, DeallocE, DeallocPtrIdx)); in handleRestrictAttr()