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