Home
last modified time | relevance | path

Searched defs:declaredType (Results 1 – 4 of 4) sorted by relevance

/third_party/glslang/glslang/HLSL/
DhlslGrammar.cpp367 TType declaredType; in acceptDeclaration() local
/third_party/typescript/src/compiler/
Dchecker.ts9184 …const declaredType = getIndexedAccessType(parentType, indexType, AccessFlags.ExpressionPosition, n… constant
9205 …const declaredType = getIndexedAccessTypeOrUndefined(parentType, indexType, accessFlags, declarati… constant
9278 const declaredType = tryGetTypeFromEffectiveTypeNode(declaration); constant
10196 …const declaredType = firstDefined(exportSymbol?.declarations, d => isExportAssignment(d) ? tryGetT… constant
12187 const declaredType = getTypeFromMappedTypeNode(type.declaration) as MappedType; constant
25412 const type = declaredType.flags & TypeFlags.Union ? declaredType : computedType; constant
44547 const declaredType = getDeclaredTypeOfSymbol(symbol); constant
/third_party/typescript/lib/
Dtsc.js49508 function getFlowTypeOfDestructuring(node, declaredType) { argument
49911 … function getAnnotatedTypeForAssignmentDeclaration(declaredType, expression, symbol, declaration) { argument
61548 function getFlowCacheKey(node, declaredType, initialType, flowContainer) { argument
61827 function getAssignmentReducedType(declaredType, assignedType) { argument
61838 function getAssignmentReducedTypeWorker(declaredType, assignedType) { argument
62528 … function getFlowTypeOfReference(reference, declaredType, initialType, flowContainer, flowNode) { argument
63510 function removeOptionalityFromDeclaredType(declaredType, declaration) { argument
DtypingsInstaller.js59619 function getFlowTypeOfDestructuring(node, declaredType) { argument
60072 … function getAnnotatedTypeForAssignmentDeclaration(declaredType, expression, symbol, declaration) { argument
73456 function getFlowCacheKey(node, declaredType, initialType, flowContainer) { argument
73751 function getAssignmentReducedType(declaredType, assignedType) { argument
73762 function getAssignmentReducedTypeWorker(declaredType, assignedType) { argument
74510 … function getFlowTypeOfReference(reference, declaredType, initialType, flowContainer, flowNode) { argument
75652 function removeOptionalityFromDeclaredType(declaredType, declaration) { argument