Searched refs:getFunctionOrMethodParamRange (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaDeclAttr.cpp | 124 static SourceRange getFunctionOrMethodParamRange(const Decl *D, unsigned Idx) { in getFunctionOrMethodParamRange() function 805 << AI << getFunctionOrMethodParamRange(D, Idx.getASTIndex()); in checkParamIsIntegerType() 1495 getFunctionOrMethodParamRange(D, Idx.getASTIndex()))) in handleNonNullAttr() 3287 << getFunctionOrMethodParamRange(D, 0); in handleFormatArgAttr() 3297 << IdxExpr->getSourceRange() << getFunctionOrMethodParamRange(D, 0); in handleFormatArgAttr() 3461 << getFunctionOrMethodParamRange(D, ArgIdx); in handleFormatAttr() 3470 << getFunctionOrMethodParamRange(D, ArgIdx); in handleFormatAttr() 3477 << getFunctionOrMethodParamRange(D, ArgIdx); in handleFormatAttr() 6653 S.Diag(getFunctionOrMethodParamRange(D, 0).getBegin(), in handleAnyX86InterruptAttr() 6669 S.Diag(getFunctionOrMethodParamRange(D, 1).getBegin(), in handleAnyX86InterruptAttr()
|