Searched refs:mResultType (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_foreach.cpp56 mResultType = FD->getReturnType().getCanonicalType();
79 if (mResultType != C.VoidTy) {
165 mHasReturnType = (mResultType != C.VoidTy);
167 if (mResultType->isPointerType()) {
171 << FD->getName() << mResultType.getAsString();
425 const clang::Type *T = FE->mResultType.getTypePtr();
H A Dslang_rs_export_foreach.h63 clang::QualType mResultType; // return type (if present). member in class:slang::RSExportForEach
75 mResultType(clang::QualType()), mHasReturnType(false),

Completed in 94 milliseconds