Home
last modified time | relevance | path

Searched refs:ImportedByMainFile (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h102 bool ImportedByMainFile = false; member
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp160 if (MD.ImportedByMainFile) in getFullDependencies()
H A DModuleDepCollector.cpp206 MD.ImportedByMainFile = DirectModularDeps.contains(M); in handleTopLevelModule()