Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp1800 ParamIdx DeallocPtrIdx; in handleRestrictAttr() local
1802 DeallocPtrIdx = ParamIdx(1, DeallocFD); in handleRestrictAttr()
1804 if (!DeallocPtrIdx.isValid() || 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()
1824 << DeallocPtrIdx.getSourceIndex() << DeallocPtrArgType in handleRestrictAttr()
1834 RestrictAttr(S.Context, AL, DeallocE, DeallocPtrIdx)); in handleRestrictAttr()