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