OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImportedBy
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ModuleManager.cpp
89
static void updateModuleImports(ModuleFile &MF, ModuleFile *
ImportedBy
,
91
if (
ImportedBy
) {
92
MF.
ImportedBy
.insert(
ImportedBy
);
93
ImportedBy
->Imports.insert(&MF);
104
SourceLocation ImportLoc, ModuleFile *
ImportedBy
,
164
updateModuleImports(*ModuleEntry,
ImportedBy
, ImportLoc);
241
updateModuleImports(*NewModule,
ImportedBy
, ImportLoc);
245
if (!
ImportedBy
)
271
I->
ImportedBy
.remove_if(IsVictim)
[
all
...]
ASTReader.cpp
550
while (!TopImport->
ImportedBy
.empty())
551
TopImport = TopImport->
ImportedBy
[0];
1622
if (F->
ImportedBy
.empty() || !F->
ImportedBy
[0]) {
1627
return F->
ImportedBy
[0]->FirstLoc;
2424
while (!ImportStack.back()->
ImportedBy
.empty())
2425
ImportStack.push_back(ImportStack.back()->
ImportedBy
[0]);
2580
const ModuleFile *
ImportedBy
,
2600
readUnhashedControlBlock(F,
ImportedBy
, ClientLoadCapabilities))
2696
if (Listener && !
ImportedBy
) {
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ModuleManager.h
223
/// \param
ImportedBy
The module that is importing this module, or NULL if
250
ModuleFile *
ImportedBy
, unsigned Generation,
ModuleFile.h
490
llvm::SetVector<ModuleFile *>
ImportedBy
;
ASTReader.h
1285
ModuleFile *
ImportedBy
;
1289
ModuleFile *
ImportedBy
,
1291
: Mod(Mod),
ImportedBy
(
ImportedBy
), ImportLoc(ImportLoc) {}
1295
SourceLocation ImportLoc, ModuleFile *
ImportedBy
,
1302
const ModuleFile *
ImportedBy
,
1331
const ModuleFile *
ImportedBy
,
Completed in 67 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026