Home
last modified time | relevance | path

Searched refs:getFunctionOrMethodParamRange (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclAttr.cpp98 static SourceRange getFunctionOrMethodParamRange(const Decl *D, unsigned Idx) { in getFunctionOrMethodParamRange() function
1189 getFunctionOrMethodParamRange(D, Idx))) in handleNonNullAttr()
2505 << IdxExpr->getSourceRange() << getFunctionOrMethodParamRange(D, 0); in handleFormatArgAttr()
2515 << IdxExpr->getSourceRange() << getFunctionOrMethodParamRange(D, 0); in handleFormatArgAttr()
2689 << getFunctionOrMethodParamRange(D, ArgIdx); in handleFormatAttr()
2698 << getFunctionOrMethodParamRange(D, ArgIdx); in handleFormatAttr()
2705 << getFunctionOrMethodParamRange(D, ArgIdx); in handleFormatAttr()