Home
last modified time | relevance | path

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

/llvm-project/clang/unittests/AST/
H A DASTImporterFixtures.h341 using SingleASTUnit = std::unique_ptr<ASTUnit>; variable
342 using AllASTUnits = llvm::StringMap<SingleASTUnit>;
352 SingleASTUnit createASTUnit(StringRef FileName, const CodeEntry &CE) const { in createASTUnit()