Lines Matching refs:NameSearchContext
267 void FindExternalVisibleDecls(NameSearchContext &context) override;
280 void FindExternalVisibleDecls(NameSearchContext &context,
400 void SearchPersistenDecls(NameSearchContext &context, const ConstString name);
406 void LookUpLldbClass(NameSearchContext &context);
412 void LookUpLldbObjCClass(NameSearchContext &context);
423 NameSearchContext &name_context);
431 void LookupInModulesDeclVendor(NameSearchContext &context, ConstString name);
449 bool LookupLocalVariable(NameSearchContext &context, ConstString name,
483 void LookupFunction(NameSearchContext &context, lldb::ModuleSP module_sp,
547 AddExpressionVariable(NameSearchContext &context, TypeFromParser const &pt,
561 void AddOneVariable(NameSearchContext &context, lldb::VariableSP var,
575 void AddOneVariable(NameSearchContext &context, lldb::ValueObjectSP valobj,
586 void AddOneVariable(NameSearchContext &context,
591 void AddOneGenericVariable(NameSearchContext &context, const Symbol &symbol);
607 void AddOneFunction(NameSearchContext &context, Function *fun, Symbol *sym);
616 void AddOneRegister(NameSearchContext &context, const RegisterInfo *reg_info);
626 void AddOneType(NameSearchContext &context, const TypeFromUser &type);
639 void AddContextClassType(NameSearchContext &context,