Searched refs:cxx_tool (Results 1 – 3 of 3) sorted by relevance
266 CTool* cxx_tool = cxx->AsC(); in TEST_F() local270 cxx_tool); in TEST_F()271 cxx_tool->set_outputs(SubstitutionList::MakeForTest( in TEST_F()273 cxx_tool->set_precompiled_header_type(CTool::PCH_MSVC); in TEST_F()414 CTool* cxx_tool = cxx->AsC(); in TEST_F() local418 cxx_tool); in TEST_F()419 cxx_tool->set_outputs(SubstitutionList::MakeForTest( in TEST_F()421 cxx_tool->set_precompiled_header_type(CTool::PCH_GCC); in TEST_F()
102 std::unique_ptr<Tool> cxx_tool = Tool::CreateTool(CTool::kCToolCxx); in SetupToolchain() local106 cxx_tool.get()); in SetupToolchain()107 cxx_tool->set_outputs(SubstitutionList::MakeForTest( in SetupToolchain()109 cxx_tool->set_command_launcher("launcher"); in SetupToolchain()110 toolchain->SetTool(std::move(cxx_tool)); in SetupToolchain()
872 CTool* cxx_tool = cxx->AsC(); in TEST_F() local876 cxx_tool); in TEST_F()877 cxx_tool->set_outputs(SubstitutionList::MakeForTest( in TEST_F()879 cxx_tool->set_precompiled_header_type(CTool::PCH_MSVC); in TEST_F()1017 CTool* cxx_tool = cxx->AsC(); in TEST_F() local1021 cxx_tool); in TEST_F()1022 cxx_tool->set_outputs(SubstitutionList::MakeForTest( in TEST_F()1024 cxx_tool->set_precompiled_header_type(CTool::PCH_GCC); in TEST_F()2442 CTool* cxx_tool = cxx->AsC(); in TEST_F() local2446 cxx_tool); in TEST_F()[all …]