Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclAttr.cpp843 ParamIdx NumberArgNo; in handleAllocSizeAttr() local
852 NumberArgNo = ParamIdx(Val, D); in handleAllocSizeAttr()
856 AllocSizeAttr(S.Context, AL, SizeArgNo, NumberArgNo)); in handleAllocSizeAttr()