Searched refs:getFunctionOrMethodParamRange (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Attr.h | 92 inline SourceRange getFunctionOrMethodParamRange(const Decl *D, unsigned Idx) { in getFunctionOrMethodParamRange() function
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaX86.cpp | 1008 Diag(getFunctionOrMethodParamRange(D, 0).getBegin(), in handleAnyInterruptAttr() 1024 Diag(getFunctionOrMethodParamRange(D, 1).getBegin(), in handleAnyInterruptAttr()
|
| H A D | SemaDeclAttr.cpp | 560 << 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()
|