<div dir="ltr">Hi All,<div><br></div><div>I can't seem to get any of:</div><div>pointeeLoc()</div><div>hasElementTypeLoc()</div><div>hasValueTypeLoc()</div><div>to compile. For instance,</div><div><br></div><div>TypeLocMatcher M = pointeeLoc(loc(pointerType()));</div><div><br></div><div>fails to compile with the error "no member named 'getPointeeLoc' in 'clang::TypeLoc'. Moreover, it seems I cannot write my own AST matchers which return subclasses of TypeLoc. ast_type_traits::DynTypedNode::BaseCoverter appears to be undefined for subclasses of TypeLoc.</div><div><br></div><div>Any help would be much appreciated.</div><div><br></div><div>Thanks,</div><div><br></div><div>Scott Constable</div></div>