Lines Matching refs:isBuiltin
166 public $isBuiltin; variable in SimpleType
249 protected function __construct(string $name, bool $isBuiltin) { argument
251 $this->isBuiltin = $isBuiltin;
255 …return $this->isBuiltin && in_array($this->name, ["null", "false", "true", "bool", "int", "float"]…
259 return $this->isBuiltin && $this->name === 'null';
263 assert($this->isBuiltin);
295 assert($this->isBuiltin);
332 assert($this->isBuiltin);
345 if (!$this->isBuiltin) {
378 if (!$this->isBuiltin) {
408 return $this->name === $other->name && $this->isBuiltin === $other->isBuiltin;
519 if ($type->isBuiltin) {
569 if ($type->isBuiltin && strtolower($type->name) === "true") {
2669 if ($simpleReturnType->isBuiltin) {
2719 if ($simpleArgType->isBuiltin) {