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

References

lib/IR/LLVMContextImpl.h
  641       : Scope(N->getRawScope()), Name(N->getRawName()),
  641       : Scope(N->getRawScope()), Name(N->getRawName()),
  642         LinkageName(N->getRawLinkageName()), File(N->getRawFile()),
  642         LinkageName(N->getRawLinkageName()), File(N->getRawFile()),
  643         Line(N->getLine()), Type(N->getRawType()), ScopeLine(N->getScopeLine()),
  643         Line(N->getLine()), Type(N->getRawType()), ScopeLine(N->getScopeLine()),
  643         Line(N->getLine()), Type(N->getRawType()), ScopeLine(N->getScopeLine()),
  644         ContainingType(N->getRawContainingType()),
  645         VirtualIndex(N->getVirtualIndex()),
  646         ThisAdjustment(N->getThisAdjustment()), Flags(N->getFlags()),
  646         ThisAdjustment(N->getThisAdjustment()), Flags(N->getFlags()),
  647         SPFlags(N->getSPFlags()), Unit(N->getRawUnit()),
  647         SPFlags(N->getSPFlags()), Unit(N->getRawUnit()),
  648         TemplateParams(N->getRawTemplateParams()),
  649         Declaration(N->getRawDeclaration()),
  650         RetainedNodes(N->getRawRetainedNodes()),
  651         ThrownTypes(N->getRawThrownTypes()) {}