|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/lldb/include/lldb/lldb-forward.h 134 struct NameSearchContext;
References
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp 217 NameSearchContext method_search_context(*this, method_decls,
260 NameSearchContext name_search_context(*this, name_decls, clang_decl_name,
683 void ClangASTSource::FindExternalVisibleDecls(NameSearchContext &context) {
812 NameSearchContext &context, lldb::ModuleSP module_sp,
1068 unsigned int current_id, NameSearchContext &context,
1152 void ClangASTSource::FindObjCMethodDecls(NameSearchContext &context) {
1457 unsigned int current_id, NameSearchContext &context, ClangASTSource &source,
1511 void ClangASTSource::FindObjCPropertyAndIvarDecls(NameSearchContext &context) {
1952 NameSearchContext &context,
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.h 187 AddNamespace(NameSearchContext &context,
194 virtual void FindExternalVisibleDecls(NameSearchContext &context);
300 void FindExternalVisibleDecls(NameSearchContext &context,
311 void FindObjCMethodDecls(NameSearchContext &context);
319 void FindObjCPropertyAndIvarDecls(NameSearchContext &context);
406 unsigned int current_id, NameSearchContext &context,
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp 687 NameSearchContext &context) {
775 NameSearchContext &context, lldb::ModuleSP module_sp,
1612 void ClangExpressionDeclMap::AddOneVariable(NameSearchContext &context,
1677 void ClangExpressionDeclMap::AddOneVariable(NameSearchContext &context,
1713 void ClangExpressionDeclMap::AddOneGenericVariable(NameSearchContext &context,
1846 void ClangExpressionDeclMap::AddOneRegister(NameSearchContext &context,
1891 void ClangExpressionDeclMap::AddOneFunction(NameSearchContext &context,
2081 void ClangExpressionDeclMap::AddThisType(NameSearchContext &context,
2157 void ClangExpressionDeclMap::AddOneType(NameSearchContext &context,
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.h 282 void FindExternalVisibleDecls(NameSearchContext &context) override;
302 void FindExternalVisibleDecls(NameSearchContext &context,
465 void AddOneVariable(NameSearchContext &context, lldb::VariableSP var,
480 void AddOneVariable(NameSearchContext &context,
492 void AddOneGenericVariable(NameSearchContext &context, const Symbol &symbol,
509 void AddOneFunction(NameSearchContext &context, Function *fun, Symbol *sym,
519 void AddOneRegister(NameSearchContext &context, const RegisterInfo *reg_info,
530 void AddOneType(NameSearchContext &context, const TypeFromUser &type,
541 void AddThisType(NameSearchContext &context, const TypeFromUser &type,