Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangASTSource.h390 struct NameSearchContext { struct
392 ClangASTSource &m_ast_source;
394 llvm::SmallVectorImpl<clang::NamedDecl *> &m_decls;
397 ClangASTImporter::NamespaceMapSP m_namespace_map;
399 const clang::DeclarationName &m_decl_name;
401 const clang::DeclContext *m_decl_context;
404 llvm::SmallSet<CompilerType, 5> m_function_types;
406 struct {
430 NameSearchContext(ClangASTSource &astSource, in NameSearchContext() argument