Home
last modified time | relevance | path

Searched refs:formatMemberName (Results 1 – 1 of 1) sorted by relevance

/minix3/minix/llvm/passes/include/magic/support/
H A DTypeInfo.h52 std::string formatMemberName(const std::string &memberName, unsigned &numAnonMembers);
115 memberNames.push_back(formatMemberName(subDIType.getName(), numAnonMembers)); in TypeInfo()
122 memberNames.push_back(formatMemberName(subDIType.getName(), numAnonMembers)); in TypeInfo()
491 inline std::string TypeInfo::formatMemberName(const std::string &memberName, unsigned &numAnonMembe… in formatMemberName() function