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

References

tools/clang/lib/CodeGen/CGCall.cpp
  962     return CAExp->NumElts * getExpansionSize(CAExp->EltTy, Context);
  984       getExpandedTypes(CAExp->EltTy, TI);
 1005   CharUnits EltSize = CGF.getContext().getTypeSizeInChars(CAE->EltTy);
 1025       LValue LV = MakeAddrLValue(EltAddr, CAExp->EltTy);
 1026       ExpandTypeFromArgs(CAExp->EltTy, LV, AI);
 1065               convertTempToRValue(EltAddr, CAExp->EltTy, SourceLocation()),
 1066               CAExp->EltTy);
 1067           ExpandTypeToArgs(CAExp->EltTy, EltArg, IRFuncTy, IRCallArgs,