Searched refs:TIntermPreprocessorDirective (Results 1 – 15 of 15) sorted by relevance
59 class TIntermPreprocessorDirective; variable108 virtual TIntermPreprocessorDirective *getAsPreprocessorDirective() { return nullptr; } in getAsPreprocessorDirective()1017 class TIntermPreprocessorDirective final : public TIntermNode1021 TIntermPreprocessorDirective(PreprocessorDirective directive, ImmutableString command);1022 ~TIntermPreprocessorDirective() final;1028 TIntermPreprocessorDirective *getAsPreprocessorDirective() final { return this; } in getAsPreprocessorDirective()1035 TIntermPreprocessorDirective *deepCopy() const override in deepCopy()1037 return new TIntermPreprocessorDirective(*this); in deepCopy()1044 TIntermPreprocessorDirective(const TIntermPreprocessorDirective &);
68 struct AsNode<TIntermPreprocessorDirective>70 static ANGLE_INLINE TIntermPreprocessorDirective *exec(TIntermNode *node)
217 virtual PreResult visitPreprocessorDirectivePre(TIntermPreprocessorDirective &node);236 virtual PostResult visitPreprocessorDirectivePost(TIntermPreprocessorDirective &node);
4220 TIntermPreprocessorDirective::TIntermPreprocessorDirective(PreprocessorDirective directive, in TIntermPreprocessorDirective() function in sh::TIntermPreprocessorDirective4225 TIntermPreprocessorDirective::TIntermPreprocessorDirective(const TIntermPreprocessorDirective &node) in TIntermPreprocessorDirective() function in sh::TIntermPreprocessorDirective4226 : TIntermPreprocessorDirective(node.mDirective, node.mCommand) in TIntermPreprocessorDirective()4229 TIntermPreprocessorDirective::~TIntermPreprocessorDirective() = default;4231 size_t TIntermPreprocessorDirective::getChildCount() const in getChildCount()4236 TIntermNode *TIntermPreprocessorDirective::getChildNode(size_t index) const in getChildNode()
61 void visitPreprocessorDirective(TIntermPreprocessorDirective *) override in visitPreprocessorDirective() argument
228 void visitPreprocessorDirective(TIntermPreprocessorDirective *) override { UNREACHABLE(); } in visitPreprocessorDirective() argument
875 PreResult TIntermRebuild::visitPreprocessorDirectivePre(TIntermPreprocessorDirective &node) in visitPreprocessorDirectivePre()968 PostResult TIntermRebuild::visitPreprocessorDirectivePost(TIntermPreprocessorDirective &node) in visitPreprocessorDirectivePost()
49 void visitPreprocessorDirective(TIntermPreprocessorDirective *node) override;1306 void ValidateAST::visitPreprocessorDirective(TIntermPreprocessorDirective *node) in visitPreprocessorDirective()
115 void TIntermPreprocessorDirective::traverse(TIntermTraverser *it) in traverse()208 bool TIntermPreprocessorDirective::visit(Visit visit, TIntermTraverser *it) in visit()
68 virtual void visitPreprocessorDirective(TIntermPreprocessorDirective *node) {} in visitPreprocessorDirective()
73 void visitPreprocessorDirective(TIntermPreprocessorDirective *node) override;
1116 void TOutputGLSLBase::visitPreprocessorDirective(TIntermPreprocessorDirective *node) in visitPreprocessorDirective()
135 void visitPreprocessorDirective(TIntermPreprocessorDirective *node) override;1794 void OutputWGSLTraverser::visitPreprocessorDirective(TIntermPreprocessorDirective *node) in visitPreprocessorDirective()
542 PostResult visitPreprocessorDirectivePost(TIntermPreprocessorDirective &node) override in visitPreprocessorDirectivePost()
209 void visitPreprocessorDirective(TIntermPreprocessorDirective *node) override;6430 void OutputSPIRVTraverser::visitPreprocessorDirective(TIntermPreprocessorDirective *node) in visitPreprocessorDirective()