Lines Matching refs:TIntermNode
68 bool acceptDeclarationList(TIntermNode*&);
69 bool acceptDeclaration(TIntermNode*&);
70 bool acceptControlDeclaration(TIntermNode*& node);
74 …bool acceptFullySpecifiedType(TType&, TIntermNode*& nodeList, const TAttributes&, bool forbidDecla…
78 bool acceptType(TType&, TIntermNode*& nodeList);
94 bool acceptStruct(TType&, TIntermNode*& nodeList);
95 …bool acceptStructDeclarationList(TTypeList*&, TIntermNode*& nodeList, TVector<TFunctionDeclarator>…
96 … bool acceptMemberFunctionDefinition(TIntermNode*& nodeList, const TType&, TString& memberName,
100 …bool acceptFunctionDefinition(TFunctionDeclarator&, TIntermNode*& nodeList, TVector<HlslToken>* de…
101 bool acceptFunctionBody(TFunctionDeclarator& declarator, TIntermNode*& nodeList);
114 bool acceptSimpleStatement(TIntermNode*&);
115 bool acceptCompoundStatement(TIntermNode*&);
116 bool acceptScopedStatement(TIntermNode*&);
117 bool acceptScopedCompoundStatement(TIntermNode*&);
118 bool acceptStatement(TIntermNode*&);
119 bool acceptNestedStatement(TIntermNode*&);
121 bool acceptSelectionStatement(TIntermNode*&, const TAttributes&);
122 bool acceptSwitchStatement(TIntermNode*&, const TAttributes&);
123 bool acceptIterationStatement(TIntermNode*&, const TAttributes&);
124 bool acceptJumpStatement(TIntermNode*&);
125 bool acceptCaseLabel(TIntermNode*&);
126 bool acceptDefaultLabel(TIntermNode*&);
137 TIntermNode* unitNode;