Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/compiler/
DstyledComponentsInstantiaionLimitNotReached.ts165 …<AsC extends string | React.ComponentType<any> = C, FAsC extends string | React.ComponentType<any>…
166 props: StyledComponentPropsWithAs<AsC, T, O, A, FAsC>,
167 ): React.ReactElement<StyledComponentPropsWithAs<AsC, T, O, A, FAsC>>;
/third_party/typescript/tests/baselines/reference/
DstyledComponentsInstantiaionLimitNotReached.js166 …<AsC extends string | React.ComponentType<any> = C, FAsC extends string | React.ComponentType<any>…
167 props: StyledComponentPropsWithAs<AsC, T, O, A, FAsC>,
168 ): React.ReactElement<StyledComponentPropsWithAs<AsC, T, O, A, FAsC>>;
DstyledComponentsInstantiaionLimitNotReached.symbols512 …<AsC extends string | React.ComponentType<any> = C, FAsC extends string | React.ComponentType<any>…
513 >AsC : Symbol(AsC, Decl(styledComponentsInstantiaionLimitNotReached.ts, 164, 5))
520 >AsC : Symbol(AsC, Decl(styledComponentsInstantiaionLimitNotReached.ts, 164, 5))
522 props: StyledComponentPropsWithAs<AsC, T, O, A, FAsC>,
525 >AsC : Symbol(AsC, Decl(styledComponentsInstantiaionLimitNotReached.ts, 164, 5))
531 ): React.ReactElement<StyledComponentPropsWithAs<AsC, T, O, A, FAsC>>;
535 >AsC : Symbol(AsC, Decl(styledComponentsInstantiaionLimitNotReached.ts, 164, 5))
DstyledComponentsInstantiaionLimitNotReached.types322 …<AsC extends string | React.ComponentType<any> = C, FAsC extends string | React.ComponentType<any>…
326 props: StyledComponentPropsWithAs<AsC, T, O, A, FAsC>,
327 >props : StyledComponentPropsWithAs<AsC, T, O, A, FAsC>
329 ): React.ReactElement<StyledComponentPropsWithAs<AsC, T, O, A, FAsC>>;
/third_party/gn/src/gn/
Dc_tool.h51 CTool* AsC() override;
52 const CTool* AsC() const override;
Dtest_with_scope.cc136 CTool* alink_tool = alink->AsC(); in SetupToolchain()
147 CTool* solink_tool = solink->AsC(); in SetupToolchain()
173 CTool* solink_module_tool = solink_module->AsC(); in SetupToolchain()
188 CTool* link_tool = link->AsC(); in SetupToolchain()
Dcompile_commands_writer_unittest.cc266 CTool* cxx_tool = cxx->AsC(); in TEST_F()
278 CTool* cc_tool = cc->AsC(); in TEST_F()
414 CTool* cxx_tool = cxx->AsC(); in TEST_F()
427 CTool* cc_tool = cc->AsC(); in TEST_F()
Dtoolchain.cc70 return tool->AsC(); in GetToolAsC()
77 return tool->AsC(); in GetToolAsC()
Dc_tool.cc37 CTool* CTool::AsC() { in AsC() function in CTool
40 const CTool* CTool::AsC() const { in AsC() function in CTool
Dtool.cc41 CTool* Tool::AsC() { in AsC() function in Tool
45 const CTool* Tool::AsC() const { in AsC() function in Tool
238 if (CTool* c_tool = tool->AsC()) { in CreateTool()
Dtool.h60 virtual CTool* AsC();
61 virtual const CTool* AsC() const;
Dninja_toolchain_writer.cc96 if (CTool* c_tool = tool->AsC()) { in WriteToolRule()
Dninja_c_binary_target_writer_unittest.cc872 CTool* cxx_tool = cxx->AsC(); in TEST_F()
884 CTool* cc_tool = cc->AsC(); in TEST_F()
1017 CTool* cxx_tool = cxx->AsC(); in TEST_F()
1030 CTool* cc_tool = cc->AsC(); in TEST_F()
2442 CTool* cxx_tool = cxx->AsC(); in TEST_F()
2464 CTool* alink_tool = alink->AsC(); in TEST_F()
2474 CTool* link_tool = link->AsC(); in TEST_F()
Dtarget_unittest.cc775 CTool* solink_tool = solink->AsC(); in TEST_F()
819 CTool* solink_tool = solink->AsC(); in TEST_F()
872 CTool* cxx = tool->AsC(); in TEST_F()
908 CTool* cxx = tool->AsC(); in TEST_F()
1668 CTool* cxx_module = tool->AsC(); in TEST_F()
Dninja_binary_target_writer.cc315 if (tool->AsC() || (tool->AsRust() && tool->AsRust()->MayLink())) { in WriteCustomLinkerFlags()
Dtarget.cc992 if (const CTool* ctool = tool->AsC()) { in FillOutputFiles()