Searched refs:cc_tool (Results 1 – 3 of 3) sorted by relevance
278 CTool* cc_tool = cc->AsC(); in TEST_F() local282 cc_tool); in TEST_F()283 cc_tool->set_outputs(SubstitutionList::MakeForTest( in TEST_F()285 cc_tool->set_precompiled_header_type(CTool::PCH_MSVC); in TEST_F()427 CTool* cc_tool = cc->AsC(); in TEST_F() local431 cc_tool); in TEST_F()432 cc_tool->set_outputs(SubstitutionList::MakeForTest( in TEST_F()434 cc_tool->set_precompiled_header_type(CTool::PCH_GCC); in TEST_F()
92 std::unique_ptr<Tool> cc_tool = Tool::CreateTool(CTool::kCToolCc); in SetupToolchain() local96 cc_tool.get()); in SetupToolchain()97 cc_tool->set_outputs(SubstitutionList::MakeForTest( in SetupToolchain()99 toolchain->SetTool(std::move(cc_tool)); in SetupToolchain()
884 CTool* cc_tool = cc->AsC(); in TEST_F() local888 cc_tool); in TEST_F()889 cc_tool->set_outputs(SubstitutionList::MakeForTest( in TEST_F()891 cc_tool->set_precompiled_header_type(CTool::PCH_MSVC); in TEST_F()1030 CTool* cc_tool = cc->AsC(); in TEST_F() local1034 cc_tool); in TEST_F()1035 cc_tool->set_outputs(SubstitutionList::MakeForTest( in TEST_F()1037 cc_tool->set_precompiled_header_type(CTool::PCH_GCC); in TEST_F()