Searched refs:TIntermPreprocessorDirective (Results 1 – 14 of 14) sorted by relevance
59 class TIntermPreprocessorDirective; variable108 virtual TIntermPreprocessorDirective *getAsPreprocessorDirective() { return nullptr; } in getAsPreprocessorDirective()998 class TIntermPreprocessorDirective final : public TIntermNode1002 TIntermPreprocessorDirective(PreprocessorDirective directive, ImmutableString command);1003 ~TIntermPreprocessorDirective() final;1009 TIntermPreprocessorDirective *getAsPreprocessorDirective() final { return this; } in getAsPreprocessorDirective()1016 TIntermPreprocessorDirective *deepCopy() const override in deepCopy()1018 return new TIntermPreprocessorDirective(*this); in deepCopy()1025 TIntermPreprocessorDirective(const TIntermPreprocessorDirective &);
77 void visitPreprocessorDirective(TIntermPreprocessorDirective *node) override;
3969 TIntermPreprocessorDirective::TIntermPreprocessorDirective(PreprocessorDirective directive, in TIntermPreprocessorDirective() function in sh::TIntermPreprocessorDirective3974 TIntermPreprocessorDirective::TIntermPreprocessorDirective(const TIntermPreprocessorDirective &node) in TIntermPreprocessorDirective() function in sh::TIntermPreprocessorDirective3975 : TIntermPreprocessorDirective(node.mDirective, node.mCommand) in TIntermPreprocessorDirective()3978 TIntermPreprocessorDirective::~TIntermPreprocessorDirective() = default;3980 size_t TIntermPreprocessorDirective::getChildCount() const in getChildCount()3985 TIntermNode *TIntermPreprocessorDirective::getChildNode(size_t index) const in getChildNode()
46 void visitPreprocessorDirective(TIntermPreprocessorDirective *node) override;642 void ValidateAST::visitPreprocessorDirective(TIntermPreprocessorDirective *node) in visitPreprocessorDirective()
1043 void TOutputGLSLBase::visitPreprocessorDirective(TIntermPreprocessorDirective *node) in visitPreprocessorDirective()
210 void visitPreprocessorDirective(TIntermPreprocessorDirective *node) override;5792 void OutputSPIRVTraverser::visitPreprocessorDirective(TIntermPreprocessorDirective *node) in visitPreprocessorDirective()
68 struct AsNode<TIntermPreprocessorDirective>70 static ANGLE_INLINE TIntermPreprocessorDirective *exec(TIntermNode *node)
114 void TIntermPreprocessorDirective::traverse(TIntermTraverser *it) in traverse()207 bool TIntermPreprocessorDirective::visit(Visit visit, TIntermTraverser *it) in visit()
68 virtual void visitPreprocessorDirective(TIntermPreprocessorDirective *node) {} in visitPreprocessorDirective()
63 void visitPreprocessorDirective(TIntermPreprocessorDirective *) override in visitPreprocessorDirective() argument
217 virtual PreResult visitPreprocessorDirectivePre(TIntermPreprocessorDirective &node);236 virtual PostResult visitPreprocessorDirectivePost(TIntermPreprocessorDirective &node);
209 void visitPreprocessorDirective(TIntermPreprocessorDirective *) override { UNREACHABLE(); } in visitPreprocessorDirective() argument
859 PreResult TIntermRebuild::visitPreprocessorDirectivePre(TIntermPreprocessorDirective &node) in visitPreprocessorDirectivePre()952 PostResult TIntermRebuild::visitPreprocessorDirectivePost(TIntermPreprocessorDirective &node) in visitPreprocessorDirectivePost()
519 PostResult visitPreprocessorDirectivePost(TIntermPreprocessorDirective &node) override in visitPreprocessorDirectivePost()