Searched refs:getFunctionOrMethodParamRange (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 116 static SourceRange getFunctionOrMethodParamRange(const Decl *D, unsigned Idx) { in getFunctionOrMethodParamRange() function 1514 getFunctionOrMethodParamRange(D, Idx.getASTIndex()))) in handleNonNullAttr() 3250 << getFunctionOrMethodParamRange(D, 0); in handleFormatArgAttr() 3260 << IdxExpr->getSourceRange() << getFunctionOrMethodParamRange(D, 0); in handleFormatArgAttr() 3425 << getFunctionOrMethodParamRange(D, ArgIdx); in handleFormatAttr() 3434 << getFunctionOrMethodParamRange(D, ArgIdx); in handleFormatAttr() 3441 << getFunctionOrMethodParamRange(D, ArgIdx); in handleFormatAttr() 5536 S.Diag(getFunctionOrMethodParamRange(D, 0).getBegin(), in handleAnyX86InterruptAttr() 5552 S.Diag(getFunctionOrMethodParamRange(D, 1).getBegin(), in handleAnyX86InterruptAttr()
|