Lines Matching refs:NameSearchContext
268 void FindExternalVisibleDecls(NameSearchContext &context) override;
281 void FindExternalVisibleDecls(NameSearchContext &context,
401 void SearchPersistenDecls(NameSearchContext &context, const ConstString name);
407 void LookUpLldbClass(NameSearchContext &context);
413 void LookUpLldbObjCClass(NameSearchContext &context);
424 NameSearchContext &name_context);
432 void LookupInModulesDeclVendor(NameSearchContext &context, ConstString name);
450 bool LookupLocalVariable(NameSearchContext &context, ConstString name,
484 void LookupFunction(NameSearchContext &context, lldb::ModuleSP module_sp,
548 AddExpressionVariable(NameSearchContext &context, TypeFromParser const &pt,
562 void AddOneVariable(NameSearchContext &context, lldb::VariableSP var,
576 void AddOneVariable(NameSearchContext &context, lldb::ValueObjectSP valobj,
587 void AddOneVariable(NameSearchContext &context,
592 void AddOneGenericVariable(NameSearchContext &context, const Symbol &symbol);
608 void AddOneFunction(NameSearchContext &context, Function *fun, Symbol *sym);
617 void AddOneRegister(NameSearchContext &context, const RegisterInfo *reg_info);
627 void AddOneType(NameSearchContext &context, const TypeFromUser &type);
640 void AddContextClassType(NameSearchContext &context,