Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterFixtures.h376 AllASTUnits AllASTs; in testImportSequence() local
380 auto GenASTsIfNeeded = [this, &AllASTs, &CodeSamples](StringRef Filename) { in testImportSequence()
381 if (!AllASTs.count(Filename)) { in testImportSequence()
384 AllASTs[Filename] = createASTUnit(Filename, Found->getValue()); in testImportSequence()
393 ASTUnit *From = AllASTs[FromFile].get(); in testImportSequence()
394 ASTUnit *To = AllASTs[ToFile].get(); in testImportSequence()
416 AllASTs[FileForFinalCheck]->getASTContext()); in testImportSequence()