Searched refs:getFunctionOrMethodParamRange (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 125 static SourceRange getFunctionOrMethodParamRange(const Decl *D, unsigned Idx) { in getFunctionOrMethodParamRange() function 806 << AI << getFunctionOrMethodParamRange(D, Idx.getASTIndex()); in checkParamIsIntegerType() 1496 getFunctionOrMethodParamRange(D, Idx.getASTIndex()))) in handleNonNullAttr() 3372 << getFunctionOrMethodParamRange(D, 0); in handleFormatArgAttr() 3382 << IdxExpr->getSourceRange() << getFunctionOrMethodParamRange(D, 0); in handleFormatArgAttr() 3546 << getFunctionOrMethodParamRange(D, ArgIdx); in handleFormatAttr() 3555 << getFunctionOrMethodParamRange(D, ArgIdx); in handleFormatAttr() 3562 << getFunctionOrMethodParamRange(D, ArgIdx); in handleFormatAttr() 6761 S.Diag(getFunctionOrMethodParamRange(D, 0).getBegin(), in handleAnyX86InterruptAttr() 6777 S.Diag(getFunctionOrMethodParamRange(D, 1).getBegin(), in handleAnyX86InterruptAttr()
|