Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp146 Module *Importing = Worklist.pop_back_val(); in makeTransitiveImportsVisible() local
148 if (Visited.count(Importing)) in makeTransitiveImportsVisible()
150 Visited.insert(Importing); in makeTransitiveImportsVisible()
154 VisibleModules.setVisible(Importing, ImportLoc); in makeTransitiveImportsVisible()
156 if (isImportingModuleUnitFromSameModule(Ctx, Importing, CurrentModule, in makeTransitiveImportsVisible()
158 for (Module *TransImported : Importing->Imports) in makeTransitiveImportsVisible()
161 for (auto [Exports, _] : Importing->Exports) in makeTransitiveImportsVisible()
/freebsd/sys/contrib/openzfs/contrib/initramfs/scripts/
H A Dzfs240 "Importing pool '${_import_pool}' using defaults"
252 "Importing pool '${_import_pool}' using cachefile."
940 zfs_log_begin_msg "Importing ZFS root pool '${ZFS_RPOOL}'"
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticASTKinds.td462 // Importing ASTs
526 // Importing Objective-C ASTs
597 // Importing C++ ASTs
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dmodule.modulemap561 // Importing only the needed modules is likely to be more performant.