Searched refs:getFunctionOrMethodParamRange (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 102 static SourceRange getFunctionOrMethodParamRange(const Decl *D, unsigned Idx) { in getFunctionOrMethodParamRange() function 1242 getFunctionOrMethodParamRange(D, Idx))) in handleNonNullAttr() 2768 << getFunctionOrMethodParamRange(D, 0); in handleFormatArgAttr() 2778 << IdxExpr->getSourceRange() << getFunctionOrMethodParamRange(D, 0); in handleFormatArgAttr() 2950 << getFunctionOrMethodParamRange(D, ArgIdx); in handleFormatAttr() 2959 << getFunctionOrMethodParamRange(D, ArgIdx); in handleFormatAttr() 2966 << getFunctionOrMethodParamRange(D, ArgIdx); in handleFormatAttr() 4879 S.Diag(getFunctionOrMethodParamRange(D, 0).getBegin(), in handleAnyX86InterruptAttr() 4895 S.Diag(getFunctionOrMethodParamRange(D, 1).getBegin(), in handleAnyX86InterruptAttr()
|