OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:submodules
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
Module.h
157
/// The
submodules
of this module, indexed by name.
158
std::vector<Module *>
SubModules
;
161
/// \c
SubModules
vector at which that submodule resides.
281
/// Whether we should infer
submodules
for this module based on
284
///
Submodules
can only be inferred for modules with an umbrella header.
287
/// Whether, when inferring
submodules
, the inferred
submodules
291
/// Whether, when inferring
submodules
, the inferr
submodules
should
348
/// that all of its
submodules
should be exported (rather than the name
628
llvm::iterator_range<submodule_iterator>
submodules
() {
function in class:clang::Module
631
llvm::iterator_range<submodule_const_iterator>
submodules
() const {
function in class:clang::Module
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
ModuleDepCollector.cpp
221
for (const Module *SubM : M->
submodules
())
/src/external/apache2/llvm/dist/clang/lib/Lex/
PPLexerChange.cpp
260
for (auto *M : Mod.
submodules
())
533
// each of the headers within the directory, including all
submodules
, is
668
auto R =
Submodules
.insert(std::make_pair(M, SubmoduleState()));
Pragma.cpp
1138
for (Module *Sub : M->
submodules
()) {
1654
// We can only enter
submodules
of the current module.
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.cpp
2324
// Visit the
submodules
of this module.
2325
for (const auto &SM : Mod->
submodules
()) {
5855
// Find all of the
submodules
and emit the module initializers.
5869
// Visit the
submodules
of this module.
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp
1768
// We don't care about headers in unimportable
submodules
.
1806
// directives in different
submodules
for the same header.
2521
// Write the abbreviations needed for the
submodules
block.
2615
// Write all of the
submodules
.
2711
//FIXME: How do we emit the 'use'd modules? They may not be
submodules
.
2750
// Queue up the
submodules
of this module.
2751
for (auto *M : Mod->
submodules
())
2759
"Wrong # of
submodules
; found a reference to a non-local, "
4790
// Write the
submodules
that were imported, if any.
Completed in 41 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026