Home
last modified time | relevance | path

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

/external/dokka/core/src/main/kotlin/Samples/
DKotlinWebsiteSampleProcessingService.kt12 import org.jetbrains.kotlin.resolve.ImportPath
108 val importsToIgnore = arrayOf("samples.*").map { ImportPath.fromString(it) } in <lambda>()
/external/llvm-project/clang/include/clang/AST/
DASTImporter.h228 ImportPathTy ImportPath; variable
/external/llvm-project/clang/unittests/AST/
DASTImporterTest.cpp149 struct ImportPath : ASTImporterOptionSpecificTestBase { struct
152 ImportPath() { in ImportPath() function
161 TEST_P(ImportPath, Push) { in TEST_P() argument
167 TEST_P(ImportPath, SmallCycle) { in TEST_P() argument
178 TEST_P(ImportPath, GetSmallCycle) { in TEST_P() argument
193 TEST_P(ImportPath, GetCycle) { in TEST_P() argument
212 TEST_P(ImportPath, CycleAfterCycle) { in TEST_P() argument
6075 INSTANTIATE_TEST_CASE_P(ParameterizedTests, ImportPath,
/external/llvm-project/clang/lib/AST/
DASTImporter.cpp8183 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()