Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/AST/
H A DStructuralEquivalenceTest.cpp19 std::unique_ptr<ASTUnit> AST0, AST1; member
33 AST1 = tooling::buildASTFromCodeWithArgs(Code1, Args, InputFileName); in makeASTUnits()
49 AST1->getASTContext().getTranslationUnitDecl(), Matcher1); in makeDecls()
60 AST1->getASTContext().getTranslationUnitDecl()); in makeTuDecls()
106 AST1->getASTContext().getTranslationUnitDecl(), Matcher1); in makeStmts()
109 StmtWithASTContext(*S1, AST1->getASTContext())); in makeStmts()