Searched refs:FunctionSrc (Results 1 – 1 of 1) sorted by relevance
1895 std::string FunctionSrc = "int func1(); int func2();\n"; in TEST_F() local1896 auto t = makeStmts(FunctionSrc + "void wrapper() { func1(); }", in TEST_F()1897 FunctionSrc + "void wrapper() { func2(); }", Lang_CXX03, in TEST_F()