Searched defs:getAsTyped (Results 1 – 3 of 3) sorted by relevance
87 virtual TIntermTyped *getAsTyped() { return nullptr; } in getAsTyped() function143 TIntermTyped *getAsTyped() override { return this; } in getAsTyped() function
997 virtual glslang::TIntermTyped* getAsTyped() { return nullptr; } in getAsTyped() function1010 virtual const glslang::TIntermTyped* getAsTyped() const { return nullptr; } in getAsTyped() function1047 virtual TIntermTyped* getAsTyped() { return this; } in getAsTyped() function1048 virtual const TIntermTyped* getAsTyped() const { return this; } in getAsTyped() function
1150 virtual glslang::TIntermTyped* getAsTyped() { return nullptr; } in getAsTyped() function1163 virtual const glslang::TIntermTyped* getAsTyped() const { return nullptr; } in getAsTyped() function1200 virtual TIntermTyped* getAsTyped() { return this; } in getAsTyped() function1201 virtual const TIntermTyped* getAsTyped() const { return this; } in getAsTyped() function