Searched refs:CallResultType (Results 1 – 2 of 2) sorted by relevance
9045 llvm::Type *CallResultType = Call.getType(); in visitInlineAsm() local9047 if (StructType *StructResult = dyn_cast<StructType>(CallResultType)) in visitInlineAsm()9049 else if (!CallResultType->isVoidTy()) in visitInlineAsm()9050 ResultTypes = makeArrayRef(CallResultType); in visitInlineAsm()
7469 QualType CallResultType = ConversionType.getNonLValueExprType(Context); in AddConversionCandidate() local7473 Buffer, &ConversionFn, CallResultType, VK, From->getBeginLoc()); in AddConversionCandidate()