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
277 virtual TIntermTyped* getAsTyped() { return 0; } in getAsTyped() function308 virtual TIntermTyped* getAsTyped() { return this; } in getAsTyped() function
1067 virtual glslang::TIntermTyped* getAsTyped() { return 0; } in getAsTyped() function1080 virtual const glslang::TIntermTyped* getAsTyped() const { return 0; } in getAsTyped() function1117 virtual TIntermTyped* getAsTyped() { return this; } in getAsTyped() function1118 virtual const TIntermTyped* getAsTyped() const { return this; } in getAsTyped() function