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

References

tools/clang/lib/CodeGen/CGCXXABI.cpp
  131   CGF.CXXABIThisDecl = ThisDecl;
tools/clang/lib/CodeGen/CGCXXABI.h
   53     return CGF.CXXABIThisDecl;
tools/clang/lib/CodeGen/CGException.cpp
 1755   CaptureFinder Finder(ParentCGF, ParentCGF.CXXABIThisDecl);
tools/clang/lib/CodeGen/CGVTables.cpp
  411     Address ThisAddr = GetAddrOfLocalVar(CXXABIThisDecl);
tools/clang/lib/CodeGen/CodeGenFunction.h
 1480           OldCXXABIThisDecl(CGF.CXXABIThisDecl),
 1491       CGF.CXXABIThisDecl = nullptr;
 1504       CGF.CXXABIThisDecl = OldCXXABIThisDecl;