Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaType.cpp4847 UnqualTypeLoc CurrTL = TInfo->getTypeLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator() local
4852 CurrTL.castAs<PackExpansionTypeLoc>().setEllipsisLoc(D.getEllipsisLoc()); in GetTypeSourceInfoForDeclarator()
4853 CurrTL = CurrTL.getNextTypeLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()
4859 if (AtomicTypeLoc ATL = CurrTL.getAs<AtomicTypeLoc>()) { in GetTypeSourceInfoForDeclarator()
4861 CurrTL = ATL.getValueLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()
4864 while (AttributedTypeLoc TL = CurrTL.getAs<AttributedTypeLoc>()) { in GetTypeSourceInfoForDeclarator()
4866 CurrTL = TL.getNextTypeLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()
4870 while (AdjustedTypeLoc TL = CurrTL.getAs<AdjustedTypeLoc>()) in GetTypeSourceInfoForDeclarator()
4871 CurrTL = TL.getNextTypeLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()
4873 DeclaratorLocFiller(Context, D.getTypeObject(i)).Visit(CurrTL); in GetTypeSourceInfoForDeclarator()
[all …]