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

References

tools/lldb/source/Plugins/ExpressionParser/Clang/ASTStructExtractor.cpp
   35   if (!m_passthrough)
   46   if (m_passthrough)
   47     m_passthrough->Initialize(Context);
  141   if (m_passthrough)
  142     return m_passthrough->HandleTopLevelDecl(D);
  147   if (m_passthrough)
  148     m_passthrough->HandleTranslationUnit(Ctx);
  152   if (m_passthrough)
  153     m_passthrough->HandleTagDeclDefinition(D);
  157   if (m_passthrough)
  158     m_passthrough->CompleteTentativeDefinition(D);
  162   if (m_passthrough)
  163     m_passthrough->HandleVTable(RD);
  167   if (m_passthrough)
  168     m_passthrough->PrintStats();