Searched defs:getAsAggregate (Results 1 – 4 of 4) sorted by relevance
90 virtual TIntermAggregate *getAsAggregate() { return nullptr; } in getAsAggregate() function595 TIntermAggregate *getAsAggregate() override { return this; } in getAsAggregate() function
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
1092 virtual glslang::TIntermAggregate* getAsAggregate() { return nullptr; } in getAsAggregate() function1105 virtual const glslang::TIntermAggregate* getAsAggregate() const { return nullptr; } in getAsAggregate() function1649 virtual TIntermAggregate* getAsAggregate() { return this; } in getAsAggregate() function1650 virtual const TIntermAggregate* getAsAggregate() const { return this; } in getAsAggregate() function