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.ts9164 …const declaredType = getIndexedAccessType(parentType, indexType, AccessFlags.ExpressionPosition, n… constant
9185 …const declaredType = getIndexedAccessTypeOrUndefined(parentType, indexType, accessFlags, declarati… constant
9258 const declaredType = tryGetTypeFromEffectiveTypeNode(declaration); constant
10175 …const declaredType = firstDefined(exportSymbol?.declarations, d => isExportAssignment(d) ? tryGetT… constant
12148 const declaredType = getTypeFromMappedTypeNode(type.declaration) as MappedType; constant
25372 const type = declaredType.flags & TypeFlags.Union ? declaredType : computedType; constant
43859 const declaredType = getDeclaredTypeOfSymbol(symbol); constant
/third_party/typescript/lib/
Dtsc.js48755 function getFlowTypeOfDestructuring(node, declaredType) { argument
49158 … function getAnnotatedTypeForAssignmentDeclaration(declaredType, expression, symbol, declaration) { argument
60785 function getFlowCacheKey(node, declaredType, initialType, flowContainer) { argument
61064 function getAssignmentReducedType(declaredType, assignedType) { argument
61075 function getAssignmentReducedTypeWorker(declaredType, assignedType) { argument
61765 … function getFlowTypeOfReference(reference, declaredType, initialType, flowContainer, flowNode) { argument
62746 function removeOptionalityFromDeclaredType(declaredType, declaration) { argument
DtypingsInstaller.js58750 function getFlowTypeOfDestructuring(node, declaredType) { argument
59203 … function getAnnotatedTypeForAssignmentDeclaration(declaredType, expression, symbol, declaration) { argument
72569 function getFlowCacheKey(node, declaredType, initialType, flowContainer) { argument
72864 function getAssignmentReducedType(declaredType, assignedType) { argument
72875 function getAssignmentReducedTypeWorker(declaredType, assignedType) { argument
73623 … function getFlowTypeOfReference(reference, declaredType, initialType, flowContainer, flowNode) { argument
74763 function removeOptionalityFromDeclaredType(declaredType, declaration) { argument