Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTImporter.h196 ImportPathTy ImportPath; variable
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterTest.cpp149 struct ImportPath : ASTImporterOptionSpecificTestBase { struct
152 ImportPath() { in ImportPath() argument
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
7853 INSTANTIATE_TEST_SUITE_P(ParameterizedTests, ImportPath,
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp8828 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()