Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp1772 FunctionDecl *DeallocFD = nullptr; in handleRestrictAttr() local
1776 DeallocFD = dyn_cast<FunctionDecl>(DRE->getDecl()); in handleRestrictAttr()
1778 if (!DeallocFD) { in handleRestrictAttr()
1784 DeallocFD = S.ResolveSingleFunctionTemplateSpecialization(ULE, true); in handleRestrictAttr()
1786 if (!DeallocFD) { in handleRestrictAttr()
1802 DeallocPtrIdx = ParamIdx(1, DeallocFD); in handleRestrictAttr()
1805 !getFunctionOrMethodParamType(DeallocFD, DeallocPtrIdx.getASTIndex()) in handleRestrictAttr()
1815 DeallocFD, AL, 2, AL.getArgAsExpr(1), DeallocPtrIdx, in handleRestrictAttr()
1820 getFunctionOrMethodParamType(DeallocFD, DeallocPtrIdx.getASTIndex()); in handleRestrictAttr()