Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaX86.cpp920 if (!getFunctionOrMethodParamType(D, 0)->isPointerType()) { in handleAnyInterruptAttr()
935 (!getFunctionOrMethodParamType(D, 1)->isUnsignedIntegerType() || in handleAnyInterruptAttr()
936 Context.getTypeSize(getFunctionOrMethodParamType(D, 1)) != TypeSize)) { in handleAnyInterruptAttr()
H A DSemaSwift.cpp128 if (isErrorParameter(S, getFunctionOrMethodParamType(D, I))) in handleError()
H A DSemaDeclAttr.cpp552 QualType ParamTy = getFunctionOrMethodParamType(D, Idx.getASTIndex()); in checkParamIsIntegerType()
1269 S, getFunctionOrMethodParamType(D, Idx.getASTIndex()), AL, in handleNonNullAttr()
1286 QualType T = getFunctionOrMethodParamType(D, I); in handleNonNullAttr()
1425 QualType Ty = getFunctionOrMethodParamType(D, Idx.getASTIndex()); in AddAllocAlignAttr()
1499 QualType T = getFunctionOrMethodParamType(D, Idx.getASTIndex()); in handleOwnershipAttr()
3341 QualType Ty = getFunctionOrMethodParamType(D, Idx.getASTIndex()); in handleFormatArgAttr()
3553 QualType Ty = getFunctionOrMethodParamType(D, ArgIdx); in handleFormatAttr()
3700 getFunctionOrMethodParamType(D, CalleeIdx - HasImplicitThisParam) in handleCallbackAttr()
5192 !getFunctionOrMethodParamType(D, ArgumentIdxAST)->isPointerType()) in handleArgumentWithTypeTagAttr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DAttr.h83 inline QualType getFunctionOrMethodParamType(const Decl *D, unsigned Idx) { in getFunctionOrMethodParamType() function