Searched refs:getAsPreprocessorDirective (Results 1 – 4 of 4) sorted by relevance
72 return node ? node->getAsPreprocessorDirective() : nullptr;
355 return visitPreprocessorDirectivePre(*originalNode.getAsPreprocessorDirective()); in traversePre()486 return visitPreprocessorDirectivePost(*currNode.getAsPreprocessorDirective()); in traversePost()
108 virtual TIntermPreprocessorDirective *getAsPreprocessorDirective() { return nullptr; } in getAsPreprocessorDirective() function1009 TIntermPreprocessorDirective *getAsPreprocessorDirective() final { return this; } in getAsPreprocessorDirective() function
49 else if (node->getAsPreprocessorDirective()) in isSingleStatement()