Searched refs:getFunctionOrMethodParamType (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaX86.cpp | 920 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 D | SemaSwift.cpp | 128 if (isErrorParameter(S, getFunctionOrMethodParamType(D, I))) in handleError()
|
H A D | SemaDeclAttr.cpp | 552 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 D | Attr.h | 83 inline QualType getFunctionOrMethodParamType(const Decl *D, unsigned Idx) { in getFunctionOrMethodParamType() function
|