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

References

tools/clang/lib/CodeGen/TargetInfo.cpp
 7747   llvm::CallingConv::ID CC = FI.getCallingConvention();
 7749   if (!getCXXABI().classifyReturnType(FI))
 7750     FI.getReturnInfo() = classifyReturnType(FI.getReturnType());
 7750     FI.getReturnInfo() = classifyReturnType(FI.getReturnType());
 7753   for (auto &Arg : FI.arguments()) {