Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DComment.cpp247 if (PointerTypeLoc PointerTL = TL.getAs<PointerTypeLoc>()) { in fill() local
248 TL = PointerTL.getPointeeLoc().getUnqualifiedLoc(); in fill()
/external/llvm-project/clang/lib/AST/
DComment.cpp140 if (PointerTypeLoc PointerTL = TL.getAs<PointerTypeLoc>()) in lookThroughTypedefOrTypeAliasLocs() local
141 return PointerTL.getPointeeLoc().getUnqualifiedLoc(); in lookThroughTypedefOrTypeAliasLocs()