Lines Matching full:modules
39 /// Add a module to the list of modules to search.
61 /// Add all modules referred to in a given compilation unit to the list
62 /// of modules to search.
65 /// The compilation unit to scan for imported modules.
73 /// it tries to load the modules.
76 /// True if all modules referred to by the compilation unit could be
84 /// Enumerate all the macros that are defined by a given set of modules
87 /// \param[in] modules
88 /// The unique IDs for all modules to query. Later modules have higher
98 const ModuleVector &modules,
101 /// Query whether Clang supports modules for a particular language.
102 /// LLDB uses this to decide whether to try to find the modules loaded
109 /// True if Clang has modules for the given language.