Home
last modified time | relevance | path

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

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