Searched defs:getAsAggregate (Results 1 – 3 of 3) sorted by relevance
90 virtual TIntermAggregate *getAsAggregate() { return nullptr; } in getAsAggregate() function639 TIntermAggregate *getAsAggregate() override { return this; } in getAsAggregate() function
1000 virtual glslang::TIntermAggregate* getAsAggregate() { return nullptr; } in getAsAggregate() function1013 virtual const glslang::TIntermAggregate* getAsAggregate() const { return nullptr; } in getAsAggregate() function1556 virtual TIntermAggregate* getAsAggregate() { return this; } in getAsAggregate() function1557 virtual const TIntermAggregate* getAsAggregate() const { return this; } in getAsAggregate() function
1153 virtual glslang::TIntermAggregate* getAsAggregate() { return nullptr; } in getAsAggregate() function1166 virtual const glslang::TIntermAggregate* getAsAggregate() const { return nullptr; } in getAsAggregate() function1694 virtual TIntermAggregate* getAsAggregate() { return this; } in getAsAggregate() function1695 virtual const TIntermAggregate* getAsAggregate() const { return this; } in getAsAggregate() function