HomeSort by relevance Sort by last modified time
    Searched refs:mResultType (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/slang/
slang_rs_export_foreach.h 56 clang::QualType mResultType; // return type (if present).
68 mAr(NULL), mResultType(clang::QualType()), mReturn(false),
slang_rs_export_foreach.cpp 79 mResultType = FD->getResultType().getCanonicalType();
91 if (mResultType != C.VoidTy) {
254 if (mResultType != C.VoidTy) {
258 if (mResultType->isPointerType()) {
265 << FD->getName() << mResultType.getAsString();
473 const clang::Type *T = FE->mResultType.getTypePtr();

Completed in 2333 milliseconds