Home
last modified time | relevance | path

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

/external/llvm-project/clang/unittests/AST/
DASTImporterFixtures.h338 using SingleASTUnit = std::unique_ptr<ASTUnit>; variable
339 using AllASTUnits = llvm::StringMap<SingleASTUnit>;
349 SingleASTUnit createASTUnit(StringRef FileName, const CodeEntry &CE) const { in createASTUnit()