Lines Matching defs:isCurrentLineEmpty
137 while ($this->isCurrentLineEmpty()) {
149 if ($this->isCurrentLineEmpty()) {
389 if (!$this->isCurrentLineEmpty()) {
410 if (!$this->isCurrentLineEmpty()) {
596 if ($this->isCurrentLineEmpty() || $this->isCurrentLineComment()) {
613 if (!$this->isCurrentLineEmpty() && 0 === $newIndent && !$unindentedEmbedBlock) {
624 } elseif ($this->isCurrentLineEmpty() || $this->isCurrentLineComment()) {
651 if ($isItUnindentedCollection && !$this->isCurrentLineEmpty() && !$this->isStringUnIndentedCollectionItem() && $newIndent === $indent) {
949 } while (!$EOF && ($this->isCurrentLineEmpty() || $this->isCurrentLineComment()));
967 private function isCurrentLineEmpty(): bool
1046 } while (!$EOF && ($this->isCurrentLineEmpty() || $this->isCurrentLineComment()));