Home
last modified time | relevance | path

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

/external/llvm-project/clang/unittests/Tooling/
DSourceCodeBuildersTest.cpp42 std::unique_ptr<ASTUnit> AstUnit; member
54 auto AstUnit = buildASTFromCode(wrapSnippet(StatementCode)); in matchStmt() local
55 if (AstUnit == nullptr) { in matchStmt()
59 ASTContext &Context = AstUnit->getASTContext(); in matchStmt()
66 return TestMatch{std::move(AstUnit), MatchResult(Matches[0], &Context)}; in matchStmt()
DStencilTest.cpp48 std::unique_ptr<ASTUnit> AstUnit; member
60 auto AstUnit = tooling::buildASTFromCodeWithArgs(wrapSnippet(StatementCode), in matchStmt() local
62 if (AstUnit == nullptr) { in matchStmt()
66 ASTContext &Context = AstUnit->getASTContext(); in matchStmt()
73 return TestMatch{std::move(AstUnit), MatchResult(Matches[0], &Context)}; in matchStmt()