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

References

lib/CodeGen/LexicalScopes.cpp
  189   assert(Scope && "Invalid Scope encoding!");
  190   Scope = Scope->getNonLexicalBlockFileScope();
  190   Scope = Scope->getNonLexicalBlockFileScope();
  191   std::pair<const DILocalScope *, const DILocation *> P(Scope, InlinedAt);
  197   if (auto *Block = dyn_cast<DILexicalBlockBase>(Scope))
  204                    std::forward_as_tuple(Parent, Scope, InlinedAt, false))