Fix to respect uniform/varying qualifiers inside of typedefs.

This commit is contained in:
james.brodman
2013-08-30 14:13:08 -04:00
parent c1cc80b1d5
commit 97d430d5cd
3 changed files with 40 additions and 2 deletions

6
sym.h
View File

@@ -219,6 +219,12 @@ public:
@return Pointer to the Type, if found; otherwise NULL is returned.
*/
const Type *LookupType(const char *name) const;
/** Look for a type given a pointer.
@return True if found, False otherwise.
*/
bool ContainsType(const Type * type) const;
/** This method returns zero or more strings with the names of symbols
in the symbol table that nearly (but not exactly) match the given