Home
last modified time | relevance | path

Searched defs:constructorFunction (Results 1 – 3 of 3) sorted by relevance

/third_party/glslang/glslang/HLSL/
DhlslGrammar.cpp3314 TFunction* constructorFunction = parseContext.makeConstructorCall(loc, castType); in acceptUnaryExpression() local
3519 TFunction* constructorFunction = parseContext.makeConstructorCall(token.loc, type); in acceptConstructor() local
/third_party/typescript/src/compiler/
Dbinder.ts3038 const constructorFunction = classPrototype.expression; constant
/third_party/typescript/src/compiler/transformers/
Des2015.ts929 const constructorFunction = factory.createFunctionDeclaration( constant