Searched refs:visitPreprocessorDirective (Results 1 – 8 of 8) sorted by relevance
63 void visitPreprocessorDirective(TIntermPreprocessorDirective *) override in visitPreprocessorDirective() function
209 void visitPreprocessorDirective(TIntermPreprocessorDirective *) override { UNREACHABLE(); } in visitPreprocessorDirective() function in __anon46f9b6210111::ExpressionContainsNameVisitor
77 void visitPreprocessorDirective(TIntermPreprocessorDirective *node) override;
46 void visitPreprocessorDirective(TIntermPreprocessorDirective *node) override;642 void ValidateAST::visitPreprocessorDirective(TIntermPreprocessorDirective *node) in visitPreprocessorDirective() function in sh::__anond888692b0111::ValidateAST
1043 void TOutputGLSLBase::visitPreprocessorDirective(TIntermPreprocessorDirective *node) in visitPreprocessorDirective() function in sh::TOutputGLSLBase
210 void visitPreprocessorDirective(TIntermPreprocessorDirective *node) override;5792 void OutputSPIRVTraverser::visitPreprocessorDirective(TIntermPreprocessorDirective *node) in visitPreprocessorDirective() function in sh::__anonfc5978be0111::OutputSPIRVTraverser
116 it->visitPreprocessorDirective(this); in traverse()209 it->visitPreprocessorDirective(this); in visit()
68 virtual void visitPreprocessorDirective(TIntermPreprocessorDirective *node) {} in visitPreprocessorDirective() function