Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTImporter.h204 SavedImportPathsTy SavedImportPaths; variable
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp8851 SavedImportPaths[FromD].push_back(ImportPath.copyCycleAtBack()); in Import()
8905 for (const auto &Path : SavedImportPaths[FromD]) { in Import()
8929 SavedImportPaths.erase(FromD); in Import()
8971 SavedImportPaths.erase(FromD); in Import()