Home
last modified time | relevance | path

Searched refs:getAsPreprocessorDirective (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/compiler/translator/tree_util/
DAsNode.h72 return node ? node->getAsPreprocessorDirective() : nullptr;
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DIntermRebuild.cpp355 return visitPreprocessorDirectivePre(*originalNode.getAsPreprocessorDirective()); in traversePre()
486 return visitPreprocessorDirectivePost(*currNode.getAsPreprocessorDirective()); in traversePost()
/external/angle/src/compiler/translator/
DIntermNode.h108 virtual TIntermPreprocessorDirective *getAsPreprocessorDirective() { return nullptr; } in getAsPreprocessorDirective() function
1009 TIntermPreprocessorDirective *getAsPreprocessorDirective() final { return this; } in getAsPreprocessorDirective() function
DOutputGLSLBase.cpp49 else if (node->getAsPreprocessorDirective()) in isSingleStatement()