Searched refs:SystemSpecification (Results 1 – 2 of 2) sorted by relevance
61 SystemSpecification systemSpecification;856 SystemSpecification::~SystemSpecification() { in ~SystemSpecification()885 Constant* SystemSpecification::findOrCreateConstant(const string& name, bool* created) { in findOrCreateConstant()889 Type* SystemSpecification::findOrCreateType(const string& name, bool* created) { in findOrCreateType()893 Function* SystemSpecification::findOrCreateFunction(const string& name, bool* created) { in findOrCreateFunction()897 bool SystemSpecification::readSpecFile(const string& fileName, unsigned int maxApiLevel) { in readSpecFile()916 unsigned int SystemSpecification::getMaximumApiLevel() { in getMaximumApiLevel()936 bool SystemSpecification::generateFiles(unsigned int maxApiLevel) const { in generateFiles()948 string SystemSpecification::getHtmlAnchor(const string& name) const { in getHtmlAnchor()
37 class SystemSpecification; variable574 class SystemSpecification {586 ~SystemSpecification();615 extern SystemSpecification systemSpecification;