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

References

tools/clang/lib/CodeGen/CGDebugInfo.cpp
   94   auto *DI = CGF->getDebugInfo();
   96     CGF = nullptr;
  100   OriginalLocation = CGF->Builder.getCurrentDebugLocation();
  106     DI->EmitLocation(CGF->Builder, TemporaryLocation);
  111     CGF->Builder.SetCurrentDebugLocation(llvm::DebugLoc());
  117   CGF->Builder.SetCurrentDebugLocation(llvm::DebugLoc::get(
  129     this->CGF = nullptr;
  140   if (CGF)
  141     CGF->Builder.SetCurrentDebugLocation(std::move(OriginalLocation));
tools/clang/lib/CodeGen/CGDebugInfo.h
  725   ApplyDebugLocation(ApplyDebugLocation &&Other) : CGF(Other.CGF) {
  726     Other.CGF = nullptr;