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