Home
last modified time | relevance | path

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

/external/llvm-project/clang/unittests/AST/
DASTImporterFixtures.h370 void testImportSequence(const CodeFiles &CodeSamples, in testImportSequence() argument
379 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()