Searched refs:ImportPath (Results 1 – 4 of 4) sorted by relevance
12 import org.jetbrains.kotlin.resolve.ImportPath108 val importsToIgnore = arrayOf("samples.*").map { ImportPath.fromString(it) } in <lambda>()
228 ImportPathTy ImportPath; variable
149 struct ImportPath : ASTImporterOptionSpecificTestBase { struct152 ImportPath() { in ImportPath() function161 TEST_P(ImportPath, Push) { in TEST_P() argument167 TEST_P(ImportPath, SmallCycle) { in TEST_P() argument178 TEST_P(ImportPath, GetSmallCycle) { in TEST_P() argument193 TEST_P(ImportPath, GetCycle) { in TEST_P() argument212 TEST_P(ImportPath, CycleAfterCycle) { in TEST_P() argument6075 INSTANTIATE_TEST_CASE_P(ParameterizedTests, ImportPath,
8183 ImportPath.push(FromD); in Import()8185 llvm::make_scope_exit([this]() { ImportPath.pop(); }); in Import()8205 if (ImportPath.hasCycleAtBack()) in Import()8206 SavedImportPaths[FromD].push_back(ImportPath.copyCycleAtBack()); in Import()