Searched defs:getAsTyped (Results 1 – 3 of 3) sorted by relevance
87 virtual TIntermTyped *getAsTyped() { return nullptr; } in getAsTyped() function141 TIntermTyped *getAsTyped() override { return this; } in getAsTyped() function
1136 virtual glslang::TIntermTyped* getAsTyped() { return nullptr; } in getAsTyped() function1149 virtual const glslang::TIntermTyped* getAsTyped() const { return nullptr; } in getAsTyped() function1186 virtual TIntermTyped* getAsTyped() { return this; } in getAsTyped() function1187 virtual const TIntermTyped* getAsTyped() const { return this; } in getAsTyped() function
1132 virtual glslang::TIntermTyped* getAsTyped() { return nullptr; } in getAsTyped() function1145 virtual const glslang::TIntermTyped* getAsTyped() const { return nullptr; } in getAsTyped() function1182 virtual TIntermTyped* getAsTyped() { return this; } in getAsTyped() function1183 virtual const TIntermTyped* getAsTyped() const { return this; } in getAsTyped() function