Searched refs:visitPreprocessorDirectivePre (Results 1 – 2 of 2) sorted by relevance
217 virtual PreResult visitPreprocessorDirectivePre(TIntermPreprocessorDirective &node);
355 return visitPreprocessorDirectivePre(*originalNode.getAsPreprocessorDirective()); in traversePre()859 PreResult TIntermRebuild::visitPreprocessorDirectivePre(TIntermPreprocessorDirective &node) in visitPreprocessorDirectivePre() function in sh::TIntermRebuild