Searched defs:createASTUnit (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/unittests/Frontend/ | ||
H A D | ASTUnitTest.cpp | 36 std::unique_ptr<ASTUnit> createASTUnit(bool isVolatile) { createASTUnit() function in __anon5c7f55800111::ASTUnitTest |
/llvm-project/clang/unittests/AST/ | ||
H A D | ASTImporterFixtures.h | 352 SingleASTUnit createASTUnit(StringRef FileName, const CodeEntry &CE) const { in createASTUnit() function |