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

References

tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
  692   const ConstString name(context.m_decl_name.getAsString().c_str());
  706     if (!context.m_decl_context)
  712                  dyn_cast<NamedDecl>(context.m_decl_context))
  723                 context.m_decl_context->getDeclKindName());
  727           dyn_cast<NamespaceDecl>(context.m_decl_context)) {
  732                                     context.m_decl_context)));
  733       FindExternalVisibleDecls(context, lldb::ModuleSP(), compiler_decl_ctx,
  759       FindExternalVisibleDecls(context, i->first, i->second, current_id);
  761   } else if (isa<TranslationUnitDecl>(context.m_decl_context)) {
  767     FindExternalVisibleDecls(context, lldb::ModuleSP(), namespace_decl,
  771   ClangASTSource::FindExternalVisibleDecls(context);