Searched refs:CallResultType (Results 1 – 2 of 2) sorted by relevance
10374 llvm::Type *CallResultType = Call.getType(); in visitInlineAsm() local10376 if (StructType *StructResult = dyn_cast<StructType>(CallResultType)) in visitInlineAsm()10378 else if (!CallResultType->isVoidTy()) in visitInlineAsm()10379 ResultTypes = ArrayRef(CallResultType); in visitInlineAsm()
8404 QualType CallResultType = ConversionType.getNonLValueExprType(Context); in AddConversionCandidate() local8408 OpaqueValueExpr FakeCall(From->getBeginLoc(), CallResultType, VK); in AddConversionCandidate()