Example #1
0
std::string CommonMapping::macroName(NameContext::Ptr context) {
	return std::string("MACRO_") + to_upper_copy(cName(context));
}