How can I get the underlying typedef name for the parameters of a FunctionDecl? The following gives the resolved typedef name, but I want the typedef name. func->parameters()[i]->getType().getAsString(); Thanks, Kenth