<div dir="ltr">Hi All, <div><br></div><div>Is there an API that allows one to check if a DeclRefExpr or its corresponding VarDecl is of a pointer type? For example: </div><div><div><br></div><div>int *pI;  // yes -- a pointer type</div><div>int i; // no. </div></div><div><br></div><div>I could use a string based check -- getting the type name as string and then searching for '*' in it, but I believe there must be a cleaner and robust way to do so. </div><div><br></div><div>Thanks!
</div></div>