Lines Matching refs:Name
339 /// \brief Retrieve a module with the given name.
341 /// \param Name The name of the module to look up.
344 Module *findModule(StringRef Name) const;
346 /// \brief Retrieve a module with the given name using lexical name lookup,
349 /// \param Name The name of the module to look up.
352 /// name lookup.
355 Module *lookupModuleUnqualified(StringRef Name, Module *Context) const;
357 /// \brief Retrieve a module with the given name within the given context,
358 /// using direct (qualified) name lookup.
360 /// \param Name The name of the module to look up.
366 Module *lookupModuleQualified(StringRef Name, Module *Context) const;
371 /// \param Name The name of the module to find or create.
382 std::pair<Module *, bool> findOrCreateModule(StringRef Name, Module *Parent,
400 /// \brief Get the module map file that (along with the module name) uniquely
403 /// The particular module that \c Name refers to may depend on how the module
404 /// was found in header search. However, the combination of \c Name and