Searched defs:declaredType (Results 1 – 4 of 4) sorted by relevance
| /third_party/glslang/glslang/HLSL/ |
| D | hlslGrammar.cpp | 367 TType declaredType; in acceptDeclaration() local
|
| /third_party/typescript/src/compiler/ |
| D | checker.ts | 9164 …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/ |
| D | tsc.js | 48755 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
|
| D | typingsInstaller.js | 58750 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
|