Searched defs:getAsSelectionNode (Results 1 – 2 of 2) sorted by relevance
282 virtual TIntermSelection* getAsSelectionNode() { return 0; } in getAsSelectionNode() function626 TIntermSelection* getAsSelectionNode() { return this; } in getAsSelectionNode() function
1029 virtual glslang::TIntermSelection* getAsSelectionNode() { return 0; } in getAsSelectionNode() function1042 virtual const glslang::TIntermSelection* getAsSelectionNode() const { return 0; } in getAsSelectionNode() function1582 virtual TIntermSelection* getAsSelectionNode() { return this; } in getAsSelectionNode() function1583 virtual const TIntermSelection* getAsSelectionNode() const { return this; } in getAsSelectionNode() function