Home
last modified time | relevance | path

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

/external/llvm-project/clang/unittests/AST/
DStructuralEquivalenceTest.cpp19 std::unique_ptr<ASTUnit> AST0, AST1; member
32 AST0 = tooling::buildASTFromCodeWithArgs(Code0, Args, InputFileName); in makeASTUnits()
47 AST0->getASTContext().getTranslationUnitDecl(), Matcher0); in makeDecls()
59 return std::make_tuple(AST0->getASTContext().getTranslationUnitDecl(), in makeTuDecls()
104 AST0->getASTContext().getTranslationUnitDecl(), Matcher0); in makeStmts()
108 return std::make_tuple(StmtWithASTContext(*S0, AST0->getASTContext()), in makeStmts()