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

References

lib/CodeGen/LexicalScopes.cpp
  164   if (I != LexicalScopeMap.end())
  165     return &I->second;
  171   I = LexicalScopeMap.emplace(std::piecewise_construct,
  179     CurrentFnLexicalScope = &I->second;
  182   return &I->second;