Searched refs:mResultType (Results 1 – 2 of 2) sorted by relevance
56 mResultType = FD->getReturnType().getCanonicalType(); in validateAndConstructParams()79 if (mResultType != C.VoidTy) { in validateAndConstructOldStyleParams()165 mHasReturnType = (mResultType != C.VoidTy); in validateAndConstructKernelParams()167 if (mResultType->isPointerType()) { in validateAndConstructKernelParams()171 << FD->getName() << mResultType.getAsString(); in validateAndConstructKernelParams()425 const clang::Type *T = FE->mResultType.getTypePtr(); in Create()
63 clang::QualType mResultType; // return type (if present). variable75 mResultType(clang::QualType()), mHasReturnType(false), in RSExportForEach()