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.cpp921 Diag(getFunctionOrMethodParamRange(D, 0).getBegin(), in handleAnyInterruptAttr()
937 Diag(getFunctionOrMethodParamRange(D, 1).getBegin(), in handleAnyInterruptAttr()
H A DSemaDeclAttr.cpp556 << AI << getFunctionOrMethodParamRange(D, Idx.getASTIndex()); in checkParamIsIntegerType()
1271 getFunctionOrMethodParamRange(D, Idx.getASTIndex()))) in handleNonNullAttr()
3348 << IdxExpr->getSourceRange() << getFunctionOrMethodParamRange(D, 0); in handleFormatArgAttr()
3365 << IdxExpr->getSourceRange() << getFunctionOrMethodParamRange(D, 0); in handleFormatArgAttr()
3559 << IdxExpr->getSourceRange() << getFunctionOrMethodParamRange(D, ArgIdx); in handleFormatAttr()