Home
last modified time | relevance | path

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

/llvm-project/clang/unittests/AST/
H A DASTImporterFixtures.h373 void testImportSequence(const CodeFiles &CodeSamples, in testImportSequence() argument
382 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()