Searched refs:AllASTs (Results 1 – 1 of 1) sorted by relevance
375 AllASTUnits AllASTs; in testImportSequence() local379 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()