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

References

tools/clang/lib/CodeGen/TargetInfo.cpp
 6687   Ty = getContext().getCanonicalType(Ty);
 6687   Ty = getContext().getCanonicalType(Ty);
 6688   auto TyInfo = getContext().getTypeInfoInChars(Ty);
 6689   llvm::Type *ArgTy = CGF.ConvertTypeForMem(Ty);
 6691   ABIArgInfo AI = classifyArgumentType(Ty);