Home
last modified time | relevance | path

Searched refs:visitPreprocessorDirectivePre (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/compiler/translator/TranslatorMetalDirect/
DIntermRebuild.h217 virtual PreResult visitPreprocessorDirectivePre(TIntermPreprocessorDirective &node);
DIntermRebuild.cpp355 return visitPreprocessorDirectivePre(*originalNode.getAsPreprocessorDirective()); in traversePre()
859 PreResult TIntermRebuild::visitPreprocessorDirectivePre(TIntermPreprocessorDirective &node) in visitPreprocessorDirectivePre() function in sh::TIntermRebuild