Searched refs:getFunctionOrMethodParamType (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaDeclAttr.cpp | 115 static QualType getFunctionOrMethodParamType(const Decl *D, unsigned Idx) { in getFunctionOrMethodParamType() function 801 QualType ParamTy = getFunctionOrMethodParamType(D, Idx.getASTIndex()); in checkParamIsIntegerType() 1493 S, getFunctionOrMethodParamType(D, Idx.getASTIndex()), AL, in handleNonNullAttr() 1510 QualType T = getFunctionOrMethodParamType(D, I); in handleNonNullAttr() 1649 QualType Ty = getFunctionOrMethodParamType(D, Idx.getASTIndex()); in AddAllocAlignAttr() 1759 QualType T = getFunctionOrMethodParamType(D, Idx.getASTIndex()); in handleOwnershipAttr() 3278 QualType Ty = getFunctionOrMethodParamType(D, Idx.getASTIndex()); in handleFormatArgAttr() 3455 QualType Ty = getFunctionOrMethodParamType(D, ArgIdx); in handleFormatAttr() 3609 getFunctionOrMethodParamType(D, CalleeIdx - HasImplicitThisParam) in handleCallbackAttr() 5043 !getFunctionOrMethodParamType(D, ArgumentIdxAST)->isPointerType()) in handleArgumentWithTypeTagAttr() [all …]
|