Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterFixtures.h377 using ImporterKey = std::pair<const ASTUnit *, const ASTUnit *>; in testImportSequence() local
378 llvm::DenseMap<ImporterKey, std::unique_ptr<ASTImporter>> Importers; in testImportSequence()