Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Expression/
DClangASTSource.h429 struct NameSearchContext { struct
430 … ClangASTSource &m_ast_source; ///< The AST source making the request
431 …lVectorImpl<clang::NamedDecl*> &m_decls; ///< The list of declarations already constructed
432 …pace_map; ///< The mapping of all namespaces found for this request back to their modules
433 const clang::DeclarationName &m_decl_name; ///< The name being looked for
434 …clang::DeclContext *m_decl_context; ///< The DeclContext to put declarations into
435 …ion_types; ///< All the types of functions that have been reported, so we don't report conflicts
437 struct {
461 NameSearchContext (ClangASTSource &astSource, in NameSearchContext() argument