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

References

tools/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
  820   const ConstString name(context.m_decl_name.getAsString().c_str());
  831         context.m_namespace_map->push_back(
  860         context.m_namespace_map->push_back(
  872     if (context.m_found.type)
  908         context.AddTypeDecl(copied_clang_type);
  910         context.m_found.type = true;
  915     if (!context.m_found.type) {
  953             context.AddNamedDecl(copied_named_decl);
  955             context.m_found.type = true;
  961     if (!context.m_found.type) {
 1009         context.AddNamedDecl(copied_named_decl);