Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/AST/
H A DStructuralEquivalenceTest.cpp1895 std::string FunctionSrc = "int func1(); int func2();\n"; in TEST_F() local
1896 auto t = makeStmts(FunctionSrc + "void wrapper() { func1(); }", in TEST_F()
1897 FunctionSrc + "void wrapper() { func2(); }", Lang_CXX03, in TEST_F()