HLSL: Non-functional: consolidate function declarator information.

This commit is contained in:
John Kessenich
2017-03-11 17:55:28 -07:00
parent c04c6a4067
commit 088d52bac2
6 changed files with 43 additions and 33 deletions

View File

@@ -92,6 +92,14 @@ namespace glslang {
std::unordered_map<TAttributeType, TIntermAggregate*> attributes;
};
class TFunctionDeclarator {
public:
TSourceLoc loc;
TFunction* function;
TAttributeMap attributes;
};
} // end namespace glslang