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

References

tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
  791   const ConstString name(context.m_decl_name.getAsString().c_str());
  847       context.AddNamedDecl(parser_named_decl);
  861         AddThisType(context, TypeFromUser(m_ctx_obj->GetCompilerType()),
  904         AddThisType(context, class_user_type, current_id);
  949             AddThisType(context, pointee_type, current_id);
  968         AddOneType(context, TypeFromUser(m_ctx_obj->GetCompilerType()),
 1021         AddOneType(context, class_user_type, current_id);
 1085             AddOneType(context, class_user_type, current_id);
 1112             context.AddNamedDecl(namespace_decl);
 1116             context.m_found.local_vars_nsp = true;
 1132       AddOneVariable(context, pvar_sp, current_id);
 1147         AddOneRegister(context, reg_info, current_id);
 1189             AddOneVariable(context, var, valobj, current_id);
 1190             context.m_found.variable = true;
 1203         AddOneVariable(context, var, valobj, current_id);
 1204         context.m_found.variable = true;
 1372           AddOneFunction(context, sym_ctx.function, nullptr, current_id);
 1373           context.m_found.function_with_type_info = true;
 1374           context.m_found.function = true;
 1389       if (!context.m_found.function_with_type_info) {
 1395               context.AddNamedDecl(copied_decl);
 1396               context.m_found.function_with_type_info = true;
 1402       if (!context.m_found.function_with_type_info) {
 1404           AddOneFunction(context, nullptr, extern_symbol, current_id);
 1405           context.m_found.function = true;
 1407           AddOneFunction(context, nullptr, non_extern_symbol, current_id);
 1408           context.m_found.function = true;
 1413     if (!context.m_found.function_with_type_info) {
 1452             context.AddNamedDecl(copied_function_decl);
 1454             context.m_found.function_with_type_info = true;
 1455             context.m_found.function = true;
 1478             context.AddNamedDecl(copied_var_decl);
 1480             context.m_found.variable = true;
 1486     if (target && !context.m_found.variable && !namespace_decl) {
 1508         AddOneGenericVariable(context, *data_symbol, current_id);
 1509         context.m_found.variable = true;