Home
last modified time | relevance | path

Searched refs:NameSearchContext (Results 1 – 7 of 7) sorted by relevance

/src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.h268 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,
[all …]
H A DClangASTSource.h189 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,
362 NameSearchContext &context,
365 void FindDeclInModules(NameSearchContext &context, ConstString name);
366 void FindDeclInObjCRuntime(NameSearchContext &context, ConstString name);
[all …]
H A DNameSearchContext.cpp16 clang::NamedDecl *NameSearchContext::AddVarDecl(const CompilerType &type) { in AddVarDecl()
38 clang::NamedDecl *NameSearchContext::AddFunDecl(const CompilerType &type, in AddFunDecl()
130 clang::NamedDecl *NameSearchContext::AddGenericFunDecl() { in AddGenericFunDecl()
144 NameSearchContext::AddTypeDecl(const CompilerType &clang_type) { in AddTypeDecl()
173 void NameSearchContext::AddLookupResult(clang::DeclContextLookupResult result) { in AddLookupResult()
178 void NameSearchContext::AddNamedDecl(clang::NamedDecl *decl) { in AddNamedDecl()
H A DNameSearchContext.h26 struct NameSearchContext { struct
63 NameSearchContext(TypeSystemClang &clang_ts, in NameSearchContext() argument
H A DClangASTSource.cpp138 NameSearchContext method_search_context(*m_clang_ast_context, method_decls, in FindExternalVisibleDeclsByName()
177 NameSearchContext name_search_context(*m_clang_ast_context, name_decls, in FindExternalVisibleDeclsByName()
500 void ClangASTSource::FindExternalVisibleDecls(NameSearchContext &context) { in FindExternalVisibleDecls()
578 NameSearchContext &context, lldb::ModuleSP module_sp, in FindExternalVisibleDecls()
646 NameSearchContext &context, lldb::ModuleSP module_sp, in FillNamespaceMap()
708 NameSearchContext &context, ObjCInterfaceDecl *original_interface_decl, in FindObjCMethodDeclsWithOrigin()
790 void ClangASTSource::FindDeclInModules(NameSearchContext &context, in FindDeclInModules()
830 void ClangASTSource::FindDeclInObjCRuntime(NameSearchContext &context, in FindDeclInObjCRuntime()
873 void ClangASTSource::FindObjCMethodDecls(NameSearchContext &context) { in FindObjCMethodDecls()
1142 NameSearchContext &context, in FindObjCPropertyAndIvarDeclsWithOrigin()
[all …]
H A DClangExpressionDeclMap.cpp664 NameSearchContext &context) { in FindExternalVisibleDecls()
749 void ClangExpressionDeclMap::SearchPersistenDecls(NameSearchContext &context, in SearchPersistenDecls()
778 void ClangExpressionDeclMap::LookUpLldbClass(NameSearchContext &context) { in LookUpLldbClass()
884 void ClangExpressionDeclMap::LookUpLldbObjCClass(NameSearchContext &context) { in LookUpLldbObjCClass()
986 SymbolContext &sym_ctx, NameSearchContext &name_context) { in LookupLocalVarNamespace()
1012 NameSearchContext &context, ConstString name) { in LookupInModulesDeclVendor()
1058 NameSearchContext &context, ConstString name, SymbolContext &sym_ctx, in LookupLocalVariable()
1220 NameSearchContext &context, lldb::ModuleSP module_sp, ConstString name, in LookupFunction()
1339 NameSearchContext &context, lldb::ModuleSP module_sp, in FindExternalVisibleDecls()
1553 ClangExpressionDeclMap::AddExpressionVariable(NameSearchContext &context, in AddExpressionVariable()
[all …]
/src/lib/clang/liblldb/
H A DMakefile404 SRCS+= Plugins/ExpressionParser/Clang/NameSearchContext.cpp