The parameter type is a Record and I have no idea to get the no-injected-class-name from clang::ParmVarDecl without using std::string operation.
struct A{};
void showA(const A& a) {}
I get "const struct A&" by invoking "ParmVarDecl->getOriginalType()->getAsString". But I want "const A&".