reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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);