reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGCall.cpp
 1555     resultType = retAI.getCoerceToType();
 1564       resultType = llvm::PointerType::get(ty, addressSpace);
 1566       resultType = llvm::Type::getVoidTy(getLLVMContext());
 1572     resultType = llvm::Type::getVoidTy(getLLVMContext());
 1576     resultType = retAI.getUnpaddedCoerceAndExpandType();
 1666   return llvm::FunctionType::get(resultType, ArgTypes, FI.isVariadic());