Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Frontend/
H A DASTUnitTest.cpp36 std::unique_ptr<ASTUnit> createASTUnit(bool isVolatile) { in createASTUnit() function in __anon2d08965d0111::ASTUnitTest
78 std::unique_ptr<ASTUnit> AST = createASTUnit(false); in TEST_F()
105 std::unique_ptr<ASTUnit> AST = createASTUnit(true); in TEST_F()
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterFixtures.h350 SingleASTUnit createASTUnit(StringRef FileName, const CodeEntry &CE) const { in createASTUnit() function
384 AllASTs[Filename] = createASTUnit(Filename, Found->getValue()); in testImportSequence()