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

References

tools/lldb/tools/lldb-test/lldb-test.cpp
  437     RegularExpression RE(Name);
  449     Symfile.FindFunctions(ConstString(Name), ContextPtr, getFunctionNameFlags(),
  505       Symfile.FindNamespace(ConstString(Name), ContextPtr);
  528   if (!Name.empty())
  529     Symfile.FindTypes(ConstString(Name), ContextPtr, UINT32_MAX, SearchedFiles,
  545     RegularExpression RE(Name);
  571     Symfile.FindGlobalVariables(ConstString(Name), ContextPtr, UINT32_MAX, List);
  636   clang_ast_ctx->DumpFromSymbolFile(Stream, Name);
  701     if (Regex || !Context.empty() || !Name.empty() || !File.empty() ||
  712     if (Regex || !Context.empty() || !Name.empty() || !File.empty() ||
  734   if (Regex && !RegularExpression(Name).IsValid())
  735     return make_string_error("`{0}` is not a valid regular expression.", Name);
  740   if (Regex && Name.empty())
  745     if (!Context.empty() || !Name.empty() || !File.empty() || Line != 0)
  780     if (!Name.empty() && !CompilerContext.empty())