Lines Matching refs:use
17 * namespaces and use statements
21 * trait uses and trait use adaptations
26 use PhpParser\BuilderFactory;
27 use PhpParser\PrettyPrinter;
28 use PhpParser\Node;
32 ->addStmt($factory->use('Some\Other\Thingy')->as('SomeClass'))
87 use Some\Other\Thingy as SomeClass;
88 use function strlen;
89 use const PHP_VERSION;
92 use FirstTrait;
93 use SecondTrait, ThirdTrait, AnotherTrait {