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

Declarations

include/llvm/CodeGen/LexicalScopes.h
  217   LexicalScope *getOrCreateInlinedScope(const DILocalScope *Scope,

References

lib/CodeGen/LexicalScopes.cpp
  151     return getOrCreateInlinedScope(Scope, IA);
  198     Parent = getOrCreateInlinedScope(Block->getScope(), InlinedAt);