Searched refs:PreprocessorDirective (Results 1 – 5 of 5) 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()
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;
4197 TIntermPreprocessorDirective::TIntermPreprocessorDirective(PreprocessorDirective directive, in TIntermPreprocessorDirective()