/third_party/typescript/tests/cases/compiler/ |
D | styledComponentsInstantiaionLimitNotReached.ts | 165 …<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/ |
D | styledComponentsInstantiaionLimitNotReached.js | 166 …<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>>;
|
D | styledComponentsInstantiaionLimitNotReached.symbols | 512 …<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))
|
D | styledComponentsInstantiaionLimitNotReached.types | 322 …<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/ |
D | c_tool.h | 51 CTool* AsC() override; 52 const CTool* AsC() const override;
|
D | test_with_scope.cc | 136 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()
|
D | compile_commands_writer_unittest.cc | 266 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()
|
D | toolchain.cc | 70 return tool->AsC(); in GetToolAsC() 77 return tool->AsC(); in GetToolAsC()
|
D | c_tool.cc | 37 CTool* CTool::AsC() { in AsC() function in CTool 40 const CTool* CTool::AsC() const { in AsC() function in CTool
|
D | tool.cc | 41 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()
|
D | tool.h | 60 virtual CTool* AsC(); 61 virtual const CTool* AsC() const;
|
D | ninja_toolchain_writer.cc | 96 if (CTool* c_tool = tool->AsC()) { in WriteToolRule()
|
D | ninja_c_binary_target_writer_unittest.cc | 872 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()
|
D | target_unittest.cc | 775 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()
|
D | ninja_binary_target_writer.cc | 315 if (tool->AsC() || (tool->AsRust() && tool->AsRust()->MayLink())) { in WriteCustomLinkerFlags()
|
D | target.cc | 992 if (const CTool* ctool = tool->AsC()) { in FillOutputFiles()
|