Searched refs:mDocumentedTypes (Results 1 – 2 of 2) sorted by relevance
528 std::map<std::string, Type*> mDocumentedTypes; variable553 const std::map<std::string, Type*>& getDocumentedTypes() const { return mDocumentedTypes; } in getDocumentedTypes()559 return !mDocumentedConstants.empty() || !mDocumentedTypes.empty() || in hasSpecifications()
791 mDocumentedTypes.insert(pair<string, Type*>(type->getName(), type)); in addTypeSpecification()