Searched refs:CallResultType (Results 1 – 2 of 2) sorted by relevance
9691 llvm::Type *CallResultType = Call.getType(); in visitInlineAsm() local9693 if (StructType *StructResult = dyn_cast<StructType>(CallResultType)) in visitInlineAsm()9695 else if (!CallResultType->isVoidTy()) in visitInlineAsm()9696 ResultTypes = ArrayRef(CallResultType); in visitInlineAsm()
7938 QualType CallResultType = ConversionType.getNonLValueExprType(Context); in AddConversionCandidate() local7942 Buffer, &ConversionFn, CallResultType, VK, From->getBeginLoc()); in AddConversionCandidate()