OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnresolvedExports
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Basic/
Module.cpp
554
for (unsigned I = 0, N =
UnresolvedExports
.size(); I != N; ++I) {
557
printModuleId(OS,
UnresolvedExports
[I].Id);
558
if (
UnresolvedExports
[I].Wildcard)
559
OS << (
UnresolvedExports
[I].Id.empty() ? "*" : ".*");
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
Module.h
354
SmallVector<UnresolvedExportDecl, 2>
UnresolvedExports
;
/src/external/apache2/llvm/dist/clang/lib/Lex/
ModuleMap.cpp
1302
auto Unresolved = std::move(Mod->
UnresolvedExports
);
1303
Mod->
UnresolvedExports
.clear();
1309
Mod->
UnresolvedExports
.push_back(UE);
1311
return !Mod->
UnresolvedExports
.empty();
2528
ActiveModule->
UnresolvedExports
.push_back(Unresolved);
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp
5686
CurrentModule->
UnresolvedExports
.clear();
Completed in 112 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026