Home
last modified time | relevance | path

Searched refs:parseUseStatement (Results 1 – 2 of 2) sorted by last modified time

/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DTokenParser.php100 public function parseUseStatement() function in Doctrine\\Common\\Annotations\\TokenParser
151 $statements = array_merge($statements, $this->parseUseStatement());
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/Types/
H A DContextFactory.php103 … $useStatements = array_merge($useStatements, $this->parseUseStatement($tokens));
142 private function parseUseStatement(\ArrayIterator $tokens) function in phpDocumentor\\Reflection\\Types\\ContextFactory