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

References

tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
  781         ToInsert = R.Declaration->getNameAsString();
  787             ToInsert += "()";
  789             ToInsert += "(";
  801             ToInsert += "::";
  806         ToInsert = R.Keyword;
  809         ToInsert = R.Macro->getName().str();
  812         ToInsert = R.Pattern->getTypedText();
  819       if (StringRef(ToInsert).startswith("$__lldb_"))
  821       if (!ToInsert.empty()) {
  825             mergeCompletion(m_expr, m_position, ToInsert);