Home
last modified time | relevance | path

Searched refs:visitPreprocessorDirective (Results 1 – 8 of 8) sorted by relevance

/external/angle/src/compiler/translator/TranslatorMetalDirect/
DNodeType.h63 void visitPreprocessorDirective(TIntermPreprocessorDirective *) override in visitPreprocessorDirective() function
DName.cpp209 void visitPreprocessorDirective(TIntermPreprocessorDirective *) override { UNREACHABLE(); } in visitPreprocessorDirective() function in __anon46f9b6210111::ExpressionContainsNameVisitor
/external/angle/src/compiler/translator/
DOutputGLSLBase.h77 void visitPreprocessorDirective(TIntermPreprocessorDirective *node) override;
DValidateAST.cpp46 void visitPreprocessorDirective(TIntermPreprocessorDirective *node) override;
642 void ValidateAST::visitPreprocessorDirective(TIntermPreprocessorDirective *node) in visitPreprocessorDirective() function in sh::__anond888692b0111::ValidateAST
DOutputGLSLBase.cpp1043 void TOutputGLSLBase::visitPreprocessorDirective(TIntermPreprocessorDirective *node) in visitPreprocessorDirective() function in sh::TOutputGLSLBase
DOutputSPIRV.cpp210 void visitPreprocessorDirective(TIntermPreprocessorDirective *node) override;
5792 void OutputSPIRVTraverser::visitPreprocessorDirective(TIntermPreprocessorDirective *node) in visitPreprocessorDirective() function in sh::__anonfc5978be0111::OutputSPIRVTraverser
/external/angle/src/compiler/translator/tree_util/
DIntermTraverse.cpp116 it->visitPreprocessorDirective(this); in traverse()
209 it->visitPreprocessorDirective(this); in visit()
DIntermTraverse.h68 virtual void visitPreprocessorDirective(TIntermPreprocessorDirective *node) {} in visitPreprocessorDirective() function