Searched defs:NameSearchContext (Results 1 – 1 of 1) sorted by relevance
429 struct NameSearchContext { struct430 … ClangASTSource &m_ast_source; ///< The AST source making the request431 …lVectorImpl<clang::NamedDecl*> &m_decls; ///< The list of declarations already constructed432 …pace_map; ///< The mapping of all namespaces found for this request back to their modules433 const clang::DeclarationName &m_decl_name; ///< The name being looked for434 …clang::DeclContext *m_decl_context; ///< The DeclContext to put declarations into435 …ion_types; ///< All the types of functions that have been reported, so we don't report conflicts437 struct {461 NameSearchContext (ClangASTSource &astSource, in NameSearchContext() argument