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