Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DAttr.h92 inline SourceRange getFunctionOrMethodParamRange(const Decl *D, unsigned Idx) { in getFunctionOrMethodParamRange() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaX86.cpp1008 Diag(getFunctionOrMethodParamRange(D, 0).getBegin(), in handleAnyInterruptAttr()
1024 Diag(getFunctionOrMethodParamRange(D, 1).getBegin(), in handleAnyInterruptAttr()
H A DSemaDeclAttr.cpp560 << AI << getFunctionOrMethodParamRange(D, Idx.getASTIndex()); in checkParamIsIntegerType()
1302 getFunctionOrMethodParamRange(D, Idx.getASTIndex()))) in handleNonNullAttr()
3771 << IdxExpr->getSourceRange() << getFunctionOrMethodParamRange(D, 0); in handleFormatArgAttr()
3788 << IdxExpr->getSourceRange() << getFunctionOrMethodParamRange(D, 0); in handleFormatArgAttr()
4019 << getFunctionOrMethodParamRange(D, ArgIdx); in handleFormatAttrCommon()