Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Sema/
H A DAttr.h92 inline SourceRange getFunctionOrMethodParamRange(const Decl *D, unsigned Idx) { in getFunctionOrMethodParamRange() function
/llvm-project/clang/lib/Sema/
H A DSemaX86.cpp1167 Diag(getFunctionOrMethodParamRange(D, 0).getBegin(),
1183 Diag(getFunctionOrMethodParamRange(D, 1).getBegin(),
H A DSemaDeclAttr.cpp580 << AI << getFunctionOrMethodParamRange(D, Idx.getASTIndex()); in handleAllocSizeAttr()
1324 getFunctionOrMethodParamRange(D, Idx.getASTIndex()))) in handleReturnsNonNullAttr()
3523 << IdxExpr->getSourceRange() << getFunctionOrMethodParamRange(D, 0); in handleFormatAttr()
3540 << IdxExpr->getSourceRange() << getFunctionOrMethodParamRange(D, 0); in handleFormatAttr()
3734 << IdxExpr->getSourceRange() << getFunctionOrMethodParamRange(D, ArgIdx); in handleCallbackAttr()