Searched refs:makeConstructorCall (Results 1 – 3 of 3) sorted by relevance
106 TFunction* makeConstructorCall(const TSourceLoc&, const TType&);
2562 TFunction* constructor = parseContext.makeConstructorCall(token.loc, type); in acceptDefaultParameterDeclaration()3006 TFunction* constructorFunction = parseContext.makeConstructorCall(loc, castType); in acceptUnaryExpression()3211 TFunction* constructorFunction = parseContext.makeConstructorCall(token.loc, type); in acceptConstructor()
5963 TFunction* HlslParseContext::makeConstructorCall(const TSourceLoc& loc, const TType& type) in makeConstructorCall() function in glslang::HlslParseContext