Home
last modified time | relevance | path

Searched refs:IncludeExports (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp663 bool IncludeExports, VisibleCallback Vis, in setVisible() argument
690 if (IncludeExports) { in setVisible()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h914 Module *M, SourceLocation Loc, bool IncludeExports = true,
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp1365 bool IncludeExports) { in makeModuleVisible() argument
1367 M, Loc, IncludeExports, [](Module *) {}, in makeModuleVisible()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1791 bool IncludeExports = true);