Home
last modified time | relevance | path

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

/external/llvm-project/clang/unittests/Frontend/
DASTUnitTest.cpp36 std::unique_ptr<ASTUnit> createASTUnit(bool isVolatile) { in createASTUnit() function in __anon30b699440111::ASTUnitTest
76 std::unique_ptr<ASTUnit> AST = createASTUnit(false); in TEST_F()
103 std::unique_ptr<ASTUnit> AST = createASTUnit(true); in TEST_F()
/external/llvm-project/clang/unittests/AST/
DASTImporterFixtures.h349 SingleASTUnit createASTUnit(StringRef FileName, const CodeEntry &CE) const { in createASTUnit() function
383 AllASTs[Filename] = createASTUnit(Filename, Found->getValue()); in testImportSequence()