OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ModulesInCommonWithGlobalIndex
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ModuleManager.cpp
330
ModulesInCommonWithGlobalIndex
.clear();
338
ModulesInCommonWithGlobalIndex
.push_back(&M);
345
ModulesInCommonWithGlobalIndex
.push_back(MF);
412
if (ModuleFilesHit && !
ModulesInCommonWithGlobalIndex
.empty()) {
413
for (unsigned I = 0, N =
ModulesInCommonWithGlobalIndex
.size(); I != N; ++I)
415
ModuleFile *M =
ModulesInCommonWithGlobalIndex
[I];
/src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ModuleManager.h
93
SmallVector<ModuleFile *, 4>
ModulesInCommonWithGlobalIndex
;
Completed in 28 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026