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

Declarations

tools/clang/lib/CodeGen/CodeGenFunction.h
 3668   void callCStructDestructor(LValue Dst);

References

tools/clang/lib/CodeGen/CGCall.cpp
 3510       CGF.callCStructDestructor(CGF.MakeAddrLValue(Addr, Ty));
tools/clang/lib/CodeGen/CGNonTrivialStruct.cpp
  600     CGF->callCStructDestructor(
  802   CGF.callCStructDestructor(CGF.MakeAddrLValue(Addr, Type));