Home
last modified time | relevance | path

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

/freebsd/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,
487 bool LookupFunction(NameSearchContext &context, lldb::ModuleSP module_sp,
551 AddExpressionVariable(NameSearchContext &context, TypeFromParser const &pt,
[all …]
H A DClangASTSource.h191 AddNamespace(NameSearchContext &context,
198 virtual void FindExternalVisibleDecls(NameSearchContext &context);
284 void FindExternalVisibleDecls(NameSearchContext &context,
294 void FindObjCMethodDecls(NameSearchContext &context);
302 void FindObjCPropertyAndIvarDecls(NameSearchContext &context);
308 void LookupInNamespace(NameSearchContext &context);
360 NameSearchContext &context,
365 NameSearchContext &context,
368 void FindDeclInModules(NameSearchContext &context, ConstString name);
369 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
62 NameSearchContext(TypeSystemClang &clang_ts, in NameSearchContext() argument
H A DClangASTSource.cpp139 NameSearchContext method_search_context(*m_clang_ast_context, method_decls, in FindExternalVisibleDeclsByName()
178 NameSearchContext name_search_context(*m_clang_ast_context, name_decls, in FindExternalVisibleDeclsByName()
501 void ClangASTSource::FindExternalVisibleDecls(NameSearchContext &context) { in FindExternalVisibleDecls()
579 NameSearchContext &context, lldb::ModuleSP module_sp, in FindExternalVisibleDecls()
647 NameSearchContext &context, lldb::ModuleSP module_sp, in FillNamespaceMap()
709 NameSearchContext &context, ObjCInterfaceDecl *original_interface_decl, in FindObjCMethodDeclsWithOrigin()
791 void ClangASTSource::FindDeclInModules(NameSearchContext &context, in FindDeclInModules()
831 void ClangASTSource::FindDeclInObjCRuntime(NameSearchContext &context, in FindDeclInObjCRuntime()
874 void ClangASTSource::FindObjCMethodDecls(NameSearchContext &context) { in FindObjCMethodDecls()
1143 NameSearchContext &context, in FindObjCPropertyAndIvarDeclsWithOrigin()
[all …]
H A DClangExpressionDeclMap.cpp665 NameSearchContext &context) { in FindExternalVisibleDecls()
750 void ClangExpressionDeclMap::SearchPersistenDecls(NameSearchContext &context, in SearchPersistenDecls()
779 void ClangExpressionDeclMap::LookUpLldbClass(NameSearchContext &context) { in LookUpLldbClass()
885 void ClangExpressionDeclMap::LookUpLldbObjCClass(NameSearchContext &context) { in LookUpLldbObjCClass()
987 SymbolContext &sym_ctx, NameSearchContext &name_context) { in LookupLocalVarNamespace()
1013 NameSearchContext &context, ConstString name) { in LookupInModulesDeclVendor()
1057 NameSearchContext &context, ConstString name, SymbolContext &sym_ctx, in LookupLocalVariable()
1219 NameSearchContext &context, lldb::ModuleSP module_sp, ConstString name, in LookupFunction()
1342 NameSearchContext &context, lldb::ModuleSP module_sp, in FindExternalVisibleDecls()
1553 ClangExpressionDeclMap::AddExpressionVariable(NameSearchContext &context, in AddExpressionVariable()
[all …]
/freebsd/lib/clang/liblldb/
H A DMakefile397 SRCS+= Plugins/ExpressionParser/Clang/NameSearchContext.cpp