OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ModulePrivate
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaModule.cpp
238
TU->setModuleOwnershipKind(Decl::ModuleOwnershipKind::
ModulePrivate
);
300
TU->setModuleOwnershipKind(Decl::ModuleOwnershipKind::
ModulePrivate
);
SemaLookup.cpp
1753
bool Sema::isModuleVisible(const Module *M, bool
ModulePrivate
) {
1757
if (
ModulePrivate
) {
1778
if (
ModulePrivate
)
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclBase.h
236
ModulePrivate
613
return getModuleOwnershipKind() == ModuleOwnershipKind::
ModulePrivate
;
631
setModuleOwnershipKind(ModuleOwnershipKind::
ModulePrivate
);
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp
604
bool
ModulePrivate
= Record.readInt();
611
ModulePrivate
? Decl::ModuleOwnershipKind::
ModulePrivate
615
if (
ModulePrivate
) {
628
} else if (
ModulePrivate
) {
629
D->setModuleOwnershipKind(Decl::ModuleOwnershipKind::
ModulePrivate
);
/src/external/apache2/llvm/dist/clang/lib/AST/
Decl.cpp
582
case Decl::ModuleOwnershipKind::
ModulePrivate
:
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
2162
bool isModuleVisible(const Module *M, bool
ModulePrivate
= false);
Completed in 40 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026