Searched refs:CodeSamples (Results 1 – 1 of 1) sorted by relevance
370 void testImportSequence(const CodeFiles &CodeSamples, in testImportSequence() argument379 auto GenASTsIfNeeded = [this, &AllASTs, &CodeSamples](StringRef Filename) { in testImportSequence()381 auto Found = CodeSamples.find(Filename); in testImportSequence()382 assert(Found != CodeSamples.end() && "Wrong file for import!"); in testImportSequence()