<div dir="ltr">Dear Clang-developer community,<div>    I am using libTooling to query information about the source. While querying the string representation of the bool type, I get "_Bool" string. I got the string from QualType::getAsString(). Should I be using another function to query the actual type or is it an expected behavior? </div><div><br></div><div>    I don't get _Bool when dumping the ast except when I dump the QualType Node.</div><div><br></div><div>clang Version: 9.0</div><div>LLVM Version: 9.0</div><div><br></div><div>Regards,</div><div>Pradeep</div></div>