Searched refs:ImportPath (Results 1 – 3 of 3) sorted by relevance
196 ImportPathTy ImportPath; variable
149 struct ImportPath : ASTImporterOptionSpecificTestBase { struct152 ImportPath() { in ImportPath() argument161 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() argument7853 INSTANTIATE_TEST_SUITE_P(ParameterizedTests, ImportPath,
8828 ImportPath.push(FromD); in Import()8830 llvm::make_scope_exit([this]() { ImportPath.pop(); }); in Import()8850 if (ImportPath.hasCycleAtBack()) in Import()8851 SavedImportPaths[FromD].push_back(ImportPath.copyCycleAtBack()); in Import()