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

References

tools/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
  821   if (IgnoreName(name, true))
  828       found_namespace_decl = symbol_file->FindNamespace(name, &namespace_decl);
  836                   current_id, name.GetCString(),
  857       found_namespace_decl = symbol_file->FindNamespace(name, &namespace_decl);
  865                   current_id, name.GetCString(),
  879       module_sp->FindTypesInNamespace(name, &namespace_decl, 1, types);
  881       m_target->GetImages().FindTypes(module_sp.get(), name, exact_match, 1,
  893                     current_id, name.GetCString(),
  925           if (!modules_decl_vendor->FindDecls(name, append, max_matches, decls))
  932                       current_id, name.GetCString());
  987         if (!clang_decl_vendor->FindDecls(name, append, max_matches, decls))
  994               current_id, name.GetCString());