Searched refs:NameSearchContext (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.h | 267 void FindExternalVisibleDecls(NameSearchContext &context) override; 280 void FindExternalVisibleDecls(NameSearchContext &context, 406 void LookUpLldbClass(NameSearchContext &context); 412 void LookUpLldbObjCClass(NameSearchContext &context); 423 NameSearchContext &name_context); 449 bool LookupLocalVariable(NameSearchContext &context, ConstString name, 483 void LookupFunction(NameSearchContext &context, lldb::ModuleSP module_sp, 561 void AddOneVariable(NameSearchContext &context, lldb::VariableSP var, 586 void AddOneVariable(NameSearchContext &context, 626 void AddOneType(NameSearchContext &context, const TypeFromUser &type); [all …]
|
| H A D | ClangASTSource.h | 189 AddNamespace(NameSearchContext &context, 196 virtual void FindExternalVisibleDecls(NameSearchContext &context); 281 void FindExternalVisibleDecls(NameSearchContext &context, 291 void FindObjCMethodDecls(NameSearchContext &context); 299 void FindObjCPropertyAndIvarDecls(NameSearchContext &context); 305 void LookupInNamespace(NameSearchContext &context); 357 NameSearchContext &context, 360 void FindDeclInModules(NameSearchContext &context, ConstString name); 361 void FindDeclInObjCRuntime(NameSearchContext &context, ConstString name); 369 void FillNamespaceMap(NameSearchContext &context, lldb::ModuleSP module_sp, [all …]
|
| H A D | NameSearchContext.cpp | 16 clang::NamedDecl *NameSearchContext::AddVarDecl(const CompilerType &type) { in AddVarDecl() 39 clang::NamedDecl *NameSearchContext::AddFunDecl(const CompilerType &type, in AddFunDecl() 132 clang::NamedDecl *NameSearchContext::AddGenericFunDecl() { in AddGenericFunDecl() 146 NameSearchContext::AddTypeDecl(const CompilerType &clang_type) { in AddTypeDecl() 175 void NameSearchContext::AddLookupResult(clang::DeclContextLookupResult result) { in AddLookupResult() 180 void NameSearchContext::AddNamedDecl(clang::NamedDecl *decl) { in AddNamedDecl()
|
| H A D | NameSearchContext.h | 26 struct NameSearchContext { struct 64 NameSearchContext(TypeSystemClang &clang_ts, in NameSearchContext() argument
|
| H A D | ClangExpressionDeclMap.cpp | 671 NameSearchContext &context) { in FindExternalVisibleDecls() 991 SymbolContext &sym_ctx, NameSearchContext &name_context) { in LookupLocalVarNamespace() 1017 NameSearchContext &context, ConstString name) { in LookupInModulesDeclVendor() 1064 NameSearchContext &context, ConstString name, SymbolContext &sym_ctx, in LookupLocalVariable() 1355 NameSearchContext &context, lldb::ModuleSP module_sp, in FindExternalVisibleDecls() 1613 NameSearchContext &context, ValueObjectSP valobj, in AddOneVariable() 1659 void ClangExpressionDeclMap::AddOneVariable(NameSearchContext &context, in AddOneVariable() 1688 void ClangExpressionDeclMap::AddOneVariable(NameSearchContext &context, in AddOneVariable() 1771 void ClangExpressionDeclMap::AddOneRegister(NameSearchContext &context, in AddOneRegister() 1810 void ClangExpressionDeclMap::AddOneFunction(NameSearchContext &context, in AddOneFunction() [all …]
|
| H A D | ClangASTSource.cpp | 178 NameSearchContext name_search_context(*m_clang_ast_context, name_decls, in FindExternalVisibleDeclsByName() 519 void ClangASTSource::FindExternalVisibleDecls(NameSearchContext &context) { in FindExternalVisibleDecls() 597 NameSearchContext &context, lldb::ModuleSP module_sp, in FindExternalVisibleDecls() 666 NameSearchContext &context, lldb::ModuleSP module_sp, in FillNamespaceMap() 767 NameSearchContext &context, ObjCInterfaceDecl *original_interface_decl, in FindObjCMethodDeclsWithOrigin() 848 void ClangASTSource::FindDeclInModules(NameSearchContext &context, in FindDeclInModules() 888 void ClangASTSource::FindDeclInObjCRuntime(NameSearchContext &context, in FindDeclInObjCRuntime() 931 void ClangASTSource::FindObjCMethodDecls(NameSearchContext &context) { in FindObjCMethodDecls() 1210 NameSearchContext &context, ClangASTSource &source, in FindObjCPropertyAndIvarDeclsWithOrigin() 1391 void ClangASTSource::LookupInNamespace(NameSearchContext &context) { in LookupInNamespace() [all …]
|
| H A D | CMakeLists.txt | 26 NameSearchContext.cpp
|
| /llvm-project-15.0.7/lldb/unittests/Expression/ |
| H A D | ClangExpressionDeclMapTest.cpp | 91 NameSearchContext search(*target_ast, decls, name, dc); in TEST_F() 114 NameSearchContext search(*target_ast, decls, name, dc); in TEST_F()
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | BUILD.gn | 67 "NameSearchContext.cpp",
|
| /llvm-project-15.0.7/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 4165 lldb/source/Plugins/ExpressionParser/Clang/NameSearchContext.h
|