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

Declarations

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

References

tools/clang/lib/CodeGen/SwiftCallingConv.cpp
  101     addTypedData(llvmType, begin);
  132       addTypedData(CGM.Int8PtrTy, begin);
  145       addTypedData(CGM.Int8PtrTy, begin + layout.getVBPtrOffset());