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

References

lib/CodeGen/LexicalScopes.cpp
  160   assert(Scope && "Invalid Scope encoding!");
  161   Scope = Scope->getNonLexicalBlockFileScope();
  161   Scope = Scope->getNonLexicalBlockFileScope();
  163   auto I = LexicalScopeMap.find(Scope);
  169   if (auto *Block = dyn_cast<DILexicalBlockBase>(Scope))
  172                               std::forward_as_tuple(Scope),
  173                               std::forward_as_tuple(Parent, Scope, nullptr,
  177     assert(cast<DISubprogram>(Scope)->describes(&MF->getFunction()));