Lines Matching refs:exposedDocComment

1243     public ?ExposedDocComment $exposedDocComment;  variable in FuncInfo
1267 ?ExposedDocComment $exposedDocComment argument
1285 $this->exposedDocComment = $exposedDocComment;
1424 … $this->alias === null && !$this->supportsCompileTimeEval && $this->exposedDocComment === null && …
1490 … $docComment = $this->exposedDocComment ? '"' . $this->exposedDocComment->escape() . '"' : "NULL";
1549 $this->exposedDocComment = null;
2164 if ($this->exposedDocComment) {
2165 $this->exposedDocComment = clone $this->exposedDocComment;
2361 public ?ExposedDocComment $exposedDocComment; variable in VariableLike
2373 ?ExposedDocComment $exposedDocComment argument
2381 $this->exposedDocComment = $exposedDocComment;
2570 ?ExposedDocComment $exposedDocComment, argument
2581 …gs, $type, $phpDocType, $link, $phpVersionIdMinimumCompatibility, $attributes, $exposedDocComment);
2771 if ($this->exposedDocComment) {
2773 $escapedComment = $this->exposedDocComment->escape();
2774 $escapedCommentLength = $this->exposedDocComment->getLength();
3026 ?ExposedDocComment $exposedDocComment argument
3034 …gs, $type, $phpDocType, $link, $phpVersionIdMinimumCompatibility, $attributes, $exposedDocComment);
3098 if ($this->exposedDocComment) {
3100 $escapedComment = $this->exposedDocComment->escape();
3101 $escapedCommentLength = $this->exposedDocComment->getLength();
3229 if ($this->exposedDocComment) {
3230 $this->exposedDocComment = clone $this->exposedDocComment;
3324 public ?ExposedDocComment $exposedDocComment; variable in ClassInfo
3360 ?ExposedDocComment $exposedDocComment, argument
3380 $this->exposedDocComment = $exposedDocComment;
3471 if ($this->exposedDocComment) {
3476 …ent = zend_string_init_interned(\"" . $this->exposedDocComment->escape() . "\", " . $this->exposed…
3644 $this->exposedDocComment = null;
4088 if ($this->exposedDocComment) {
4089 $this->exposedDocComment = clone $this->exposedDocComment;
4779 $exposedDocComment = null;
4790 if ($exposedDocComment !== null) {
4794 $exposedDocComment = preg_replace($pattern, '$1$3', $text);
4797 return $exposedDocComment ? new ExposedDocComment($exposedDocComment) : null;