Home
last modified time | relevance | path

Searched refs:PreprocessorDirective (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/compiler/translator/tree_util/
DNodeType.h21 PreprocessorDirective, enumerator
65 nodeType = NodeType::PreprocessorDirective; in visitPreprocessorDirective()
DIntermRebuild.cpp358 case NodeType::PreprocessorDirective: in traversePre()
424 case NodeType::PreprocessorDirective: in traverseChildren()
495 case NodeType::PreprocessorDirective: in traversePost()
/external/angle/src/compiler/translator/
DOutputGLSLBase.cpp1079 case PreprocessorDirective::Define: in visitPreprocessorDirective()
1082 case PreprocessorDirective::Endif: in visitPreprocessorDirective()
1085 case PreprocessorDirective::If: in visitPreprocessorDirective()
1088 case PreprocessorDirective::Ifdef: in visitPreprocessorDirective()
DIntermNode.h1003 enum class PreprocessorDirective enum
1015 TIntermPreprocessorDirective(PreprocessorDirective directive, ImmutableString command);
1026 PreprocessorDirective getDirective() const { return mDirective; } in getDirective()
1035 PreprocessorDirective mDirective;
DIntermNode.cpp4197 TIntermPreprocessorDirective::TIntermPreprocessorDirective(PreprocessorDirective directive, in TIntermPreprocessorDirective()