Searched refs:PreprocessorDirective (Results 1 – 9 of 9) sorted by relevance
21 PreprocessorDirective, enumerator65 nodeType = NodeType::PreprocessorDirective; in visitPreprocessorDirective()
358 case NodeType::PreprocessorDirective: in traversePre()424 case NodeType::PreprocessorDirective: in traverseChildren()495 case NodeType::PreprocessorDirective: in traversePost()
907 enum class PreprocessorDirective enum919 TIntermPreprocessorDirective(PreprocessorDirective directive, ImmutableString command);930 PreprocessorDirective getDirective() const { return mDirective; } in getDirective()934 PreprocessorDirective mDirective;
1167 case PreprocessorDirective::Define: in visitPreprocessorDirective()1170 case PreprocessorDirective::Endif: in visitPreprocessorDirective()1173 case PreprocessorDirective::If: in visitPreprocessorDirective()1176 case PreprocessorDirective::Ifdef: in visitPreprocessorDirective()
410 PreprocessorDirective::Ifdef, ImmutableString("ANGLE_ENABLE_LINE_SEGMENT_RASTERIZATION")); in GenerateLineRasterIfDef()415 return new TIntermPreprocessorDirective(PreprocessorDirective::Endif, kEmptyImmutableString); in GenerateEndIf()
3770 TIntermPreprocessorDirective::TIntermPreprocessorDirective(PreprocessorDirective directive, in TIntermPreprocessorDirective()
1079 case PreprocessorDirective::Define: in visitPreprocessorDirective()1082 case PreprocessorDirective::Endif: in visitPreprocessorDirective()1085 case PreprocessorDirective::If: in visitPreprocessorDirective()1088 case PreprocessorDirective::Ifdef: in visitPreprocessorDirective()
1003 enum class PreprocessorDirective enum1015 TIntermPreprocessorDirective(PreprocessorDirective directive, ImmutableString command);1026 PreprocessorDirective getDirective() const { return mDirective; } in getDirective()1035 PreprocessorDirective mDirective;
4187 TIntermPreprocessorDirective::TIntermPreprocessorDirective(PreprocessorDirective directive, in TIntermPreprocessorDirective()