Home
last modified time | relevance | path

Searched refs:PointerTL (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/unittests/AST/
H A DAttrTest.cpp95 const auto PointerTL = Func->getParamDecl(0) in TEST() local
99 ASSERT_FALSE(PointerTL.isNull()); in TEST()
102 AssertAnnotatedAs(PointerTL.getPointeeLoc(), "foo", PointerPointerTL, in TEST()
128 PointerTypeLoc PointerTL; in TEST() local
129 AssertAnnotatedAs(ArrayTL.getElementLoc(), "ptr", PointerTL); in TEST()
131 AssertAnnotatedAs(PointerTL.getPointeeLoc(), "int", IntTL); in TEST()
138 PointerTypeLoc PointerTL; in TEST() local
140 PointerTL); in TEST()
142 PointerTL.getPointeeLoc().IgnoreParens().getAs<FunctionTypeLoc>()); in TEST()
/llvm-project-15.0.7/clang/lib/AST/
H A DComment.cpp135 if (PointerTypeLoc PointerTL = TL.getAs<PointerTypeLoc>()) in lookThroughTypedefOrTypeAliasLocs() local
136 return PointerTL.getPointeeLoc().getUnqualifiedLoc(); in lookThroughTypedefOrTypeAliasLocs()