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 | 921 Diag(getFunctionOrMethodParamRange(D, 0).getBegin(), in handleAnyInterruptAttr() 937 Diag(getFunctionOrMethodParamRange(D, 1).getBegin(), in handleAnyInterruptAttr()
|
| H A D | SemaDeclAttr.cpp | 556 << 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()
|