Searched refs:getAsPreprocessorDirective (Results 1 – 2 of 2) sorted by relevance
108 virtual TIntermPreprocessorDirective *getAsPreprocessorDirective() { return nullptr; } in getAsPreprocessorDirective() function989 TIntermPreprocessorDirective *getAsPreprocessorDirective() final { return this; } in getAsPreprocessorDirective() function
49 else if (node->getAsPreprocessorDirective()) in isSingleStatement()