Searched defs:NameSearchContext (Results 1 – 1 of 1) sorted by relevance
390 struct NameSearchContext { struct392 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