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

Declarations

tools/clang/include/clang/CodeGen/SwiftCallingConv.h
   68   void addTypedData(llvm::Type *type, CharUnits begin, CharUnits end);

References

tools/clang/lib/CodeGen/SwiftCallingConv.cpp
   88     addTypedData(eltLLVMType, begin, begin + eltSize);
   89     addTypedData(eltLLVMType, begin + eltSize, begin + 2 * eltSize);
  195   addTypedData(type, begin, begin + getTypeStoreSize(CGM, type));