Home
last modified time | relevance | path

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

/external/dokka/core/src/main/kotlin/Analysis/
DAnalysisEnvironment.kt147 val sourcesScope = createSourceModuleSearchScope(environment.project, sourceFiles) in <lambda>() constant
174 … library -> ModuleContent(module, emptyList(), GlobalSearchScope.notScope(sourcesScope)) in <lambda>()
175 module -> ModuleContent(module, emptyList(), sourcesScope) in <lambda>()
195 if (file in sourcesScope) in <lambda>()