Searched refs:thisType (Results 1 – 2 of 2) sorted by relevance
1678 fdInfo_t *thisType; in getFDType() local1695 thisType = NULL;/* no such drive */ in getFDType()1698 thisType = &fdTypes[1]; /* double sided */ in getFDType()1700 thisType = &fdTypes[0]; /* single sided */ in getFDType()1702 return thisType; in getFDType()
555 QualType thisType = cast<CXXMethodDecl>(CGF->CurFuncDecl)->getThisType(); in computeBlockInfo() local559 llvm::Type *llvmType = CGM.getTypes().ConvertType(thisType); in computeBlockInfo()560 auto TInfo = CGM.getContext().getTypeInfoInChars(thisType); in computeBlockInfo()565 nullptr, llvmType, thisType)); in computeBlockInfo()