Searched defs:getAsAggregate (Results 1 – 3 of 3) sorted by relevance
90 virtual TIntermAggregate *getAsAggregate() { return nullptr; } in getAsAggregate() function633 TIntermAggregate *getAsAggregate() override { return this; } in getAsAggregate() function
279 virtual TIntermAggregate* getAsAggregate() { return 0; } in getAsAggregate() function545 TIntermAggregate* getAsAggregate() override { return this; } in getAsAggregate() function
1070 virtual glslang::TIntermAggregate* getAsAggregate() { return 0; } in getAsAggregate() function1083 virtual const glslang::TIntermAggregate* getAsAggregate() const { return 0; } in getAsAggregate() function1616 virtual TIntermAggregate* getAsAggregate() { return this; } in getAsAggregate() function1617 virtual const TIntermAggregate* getAsAggregate() const { return this; } in getAsAggregate() function