Searched defs:StructuralEquivalenceTest (Results 1 – 1 of 1) sorted by relevance
| /external/llvm-project/clang/unittests/AST/ |
| D | StructuralEquivalenceTest.cpp | 18 struct StructuralEquivalenceTest : ::testing::Test { struct 19 std::unique_ptr<ASTUnit> AST0, AST1; 20 std::string Code0, Code1; // Buffers for SourceManager 24 void makeASTUnits(const std::string &SrcCode0, const std::string &SrcCode1, in makeASTUnits() 41 makeDecls(const std::string &SrcCode0, const std::string &SrcCode1, in makeDecls() 55 makeTuDecls(const std::string &SrcCode0, const std::string &SrcCode1, in makeTuDecls() 67 makeDecls(const std::string &SrcCode0, const std::string &SrcCode1, in makeDecls() 77 makeNamedDecls(const std::string &SrcCode0, const std::string &SrcCode1, in makeNamedDecls() 84 struct StmtWithASTContext { 98 makeStmts(const std::string &SrcCode0, const std::string &SrcCode1, in makeStmts() [all …]
|