Searched refs:PointerTL (Results 1 – 2 of 2) sorted by relevance
95 const auto PointerTL = Func->getParamDecl(0) in TEST() local99 ASSERT_FALSE(PointerTL.isNull()); in TEST()102 AssertAnnotatedAs(PointerTL.getPointeeLoc(), "foo", PointerPointerTL, in TEST()128 PointerTypeLoc PointerTL; in TEST() local129 AssertAnnotatedAs(ArrayTL.getElementLoc(), "ptr", PointerTL); in TEST()131 AssertAnnotatedAs(PointerTL.getPointeeLoc(), "int", IntTL); in TEST()138 PointerTypeLoc PointerTL; in TEST() local140 PointerTL); in TEST()142 PointerTL.getPointeeLoc().IgnoreParens().getAs<FunctionTypeLoc>()); in TEST()
135 if (PointerTypeLoc PointerTL = TL.getAs<PointerTypeLoc>()) in lookThroughTypedefOrTypeAliasLocs() local136 return PointerTL.getPointeeLoc().getUnqualifiedLoc(); in lookThroughTypedefOrTypeAliasLocs()