Home
last modified time | relevance | path

Searched refs:UnionOrIntersectionType (Results 1 – 11 of 11) sorted by relevance

/third_party/typescript/src/compiler/
DsymbolWalker.ts81 visitUnionOrIntersectionType(type as UnionOrIntersectionType);
100 function visitUnionOrIntersectionType(type: UnionOrIntersectionType): void {
Dchecker.ts11061 function getPropertiesOfUnionOrIntersectionType(type: UnionOrIntersectionType): Symbol[] {
11120 … function getConstraintOfType(type: InstantiableType | UnionOrIntersectionType): Type | undefined {
11242 … const constraint = getResolvedBaseConstraint(<InstantiableType | UnionOrIntersectionType>type);
11265 function getResolvedBaseConstraint(type: InstantiableType | UnionOrIntersectionType): Type {
11319 const types = (<UnionOrIntersectionType>t).types;
11464 …function createUnionOrIntersectionProperty(containingType: UnionOrIntersectionType, name: __String…
11593 …function getUnionOrIntersectionProperty(type: UnionOrIntersectionType, name: __String, skipObjectF…
11608 …function getPropertyOfUnionOrIntersectionType(type: UnionOrIntersectionType, name: __String, skipO…
11709 …return getPropertyOfUnionOrIntersectionType(<UnionOrIntersectionType>type, name, skipObjectFunctio…
13485 const result = <UnionOrIntersectionType>createOriginType(flags);
[all …]
Dtypes.ts4798 …containingType?: UnionOrIntersectionType; // Containing union or intersection type for synthetic…
5319 export interface UnionOrIntersectionType extends Type {
5337 export interface UnionType extends UnionOrIntersectionType {
5346 export interface IntersectionType extends UnionOrIntersectionType {
5387 export interface ResolvedType extends ObjectType, UnionOrIntersectionType {
5479 type: InstantiableType | UnionOrIntersectionType;
/third_party/typescript/src/services/
Dtypes.ts68 isUnionOrIntersection(): this is UnionOrIntersectionType; property
Dservices.ts491 isUnionOrIntersection(): this is UnionOrIntersectionType {
/third_party/typescript/src/services/codefixes/
DinferFromUsage.ts1074 …return flatMap((genericType as UnionOrIntersectionType).types, t => inferTypeParameters(t, usageTy…
/third_party/typescript/lib/
Dtypescript.d.ts2629 export interface UnionOrIntersectionType extends Type { interface
2632 export interface UnionType extends UnionOrIntersectionType {
2634 export interface IntersectionType extends UnionOrIntersectionType {
2654 type: InstantiableType | UnionOrIntersectionType;
5354 isUnionOrIntersection(): this is UnionOrIntersectionType; property
DtypescriptServices.d.ts2629 export interface UnionOrIntersectionType extends Type { interface
2632 export interface UnionType extends UnionOrIntersectionType {
2634 export interface IntersectionType extends UnionOrIntersectionType {
2654 type: InstantiableType | UnionOrIntersectionType;
5354 isUnionOrIntersection(): this is UnionOrIntersectionType; property
Dtsserverlibrary.d.ts2629 export interface UnionOrIntersectionType extends Type { interface
2632 export interface UnionType extends UnionOrIntersectionType {
2634 export interface IntersectionType extends UnionOrIntersectionType {
2654 type: InstantiableType | UnionOrIntersectionType;
5354 isUnionOrIntersection(): this is UnionOrIntersectionType; property
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts2662 export interface UnionOrIntersectionType extends Type { interface
2665 export interface UnionType extends UnionOrIntersectionType {
2667 export interface IntersectionType extends UnionOrIntersectionType {
2687 type: InstantiableType | UnionOrIntersectionType;
5595 isUnionOrIntersection(): this is UnionOrIntersectionType; property
Dtsserverlibrary.d.ts2662 export interface UnionOrIntersectionType extends Type { interface
2665 export interface UnionType extends UnionOrIntersectionType {
2667 export interface IntersectionType extends UnionOrIntersectionType {
2687 type: InstantiableType | UnionOrIntersectionType;
5595 isUnionOrIntersection(): this is UnionOrIntersectionType; property