Home
last modified time | relevance | path

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

/external/llvm-project/clang/unittests/AST/
DASTImporterFixtures.h375 AllASTUnits AllASTs; in testImportSequence() local
379 auto GenASTsIfNeeded = [this, &AllASTs, &CodeSamples](StringRef Filename) { in testImportSequence()
380 if (!AllASTs.count(Filename)) { in testImportSequence()
383 AllASTs[Filename] = createASTUnit(Filename, Found->getValue()); in testImportSequence()
392 ASTUnit *From = AllASTs[FromFile].get(); in testImportSequence()
393 ASTUnit *To = AllASTs[ToFile].get(); in testImportSequence()
415 AllASTs[FileForFinalCheck]->getASTContext()); in testImportSequence()