Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclAttr.cpp118 static QualType getFunctionOrMethodParamType(const Decl *D, unsigned Idx) { in getFunctionOrMethodParamType() function
813 QualType ParamTy = getFunctionOrMethodParamType(D, Idx.getASTIndex()); in checkParamIsIntegerType()
1591 S, getFunctionOrMethodParamType(D, Idx.getASTIndex()), AL, in handleNonNullAttr()
1608 QualType T = getFunctionOrMethodParamType(D, I); in handleNonNullAttr()
1747 QualType Ty = getFunctionOrMethodParamType(D, Idx.getASTIndex()); in AddAllocAlignAttr()
1857 QualType T = getFunctionOrMethodParamType(D, Idx.getASTIndex()); in handleOwnershipAttr()
3765 QualType Ty = getFunctionOrMethodParamType(D, Idx.getASTIndex()); in handleFormatArgAttr()
3977 QualType Ty = getFunctionOrMethodParamType(D, ArgIdx); in handleFormatAttr()
4125 getFunctionOrMethodParamType(D, CalleeIdx - HasImplicitThisParam) in handleCallbackAttr()
5583 !getFunctionOrMethodParamType(D, ArgumentIdxAST)->isPointerType()) in handleArgumentWithTypeTagAttr()
[all …]