Searched refs:getFunctionOrMethodParamRange (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 126 static SourceRange getFunctionOrMethodParamRange(const Decl *D, unsigned Idx) { in getFunctionOrMethodParamRange() function 816 << AI << getFunctionOrMethodParamRange(D, Idx.getASTIndex()); in checkParamIsIntegerType() 1592 getFunctionOrMethodParamRange(D, Idx.getASTIndex()))) in handleNonNullAttr() 3672 << IdxExpr->getSourceRange() << getFunctionOrMethodParamRange(D, 0); in handleFormatArgAttr() 3689 << IdxExpr->getSourceRange() << getFunctionOrMethodParamRange(D, 0); in handleFormatArgAttr() 3877 << IdxExpr->getSourceRange() << getFunctionOrMethodParamRange(D, ArgIdx); in handleFormatAttr() 7199 S.Diag(getFunctionOrMethodParamRange(D, 0).getBegin(), in handleAnyX86InterruptAttr() 7215 S.Diag(getFunctionOrMethodParamRange(D, 1).getBegin(), in handleAnyX86InterruptAttr()
|