Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaType.cpp5149 UnqualTypeLoc CurrTL = TInfo->getTypeLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator() local
5154 CurrTL.castAs<PackExpansionTypeLoc>().setEllipsisLoc(D.getEllipsisLoc()); in GetTypeSourceInfoForDeclarator()
5155 CurrTL = CurrTL.getNextTypeLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()
5161 if (AtomicTypeLoc ATL = CurrTL.getAs<AtomicTypeLoc>()) { in GetTypeSourceInfoForDeclarator()
5163 CurrTL = ATL.getValueLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()
5166 while (AttributedTypeLoc TL = CurrTL.getAs<AttributedTypeLoc>()) { in GetTypeSourceInfoForDeclarator()
5168 CurrTL = TL.getNextTypeLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()
5172 while (AdjustedTypeLoc TL = CurrTL.getAs<AdjustedTypeLoc>()) in GetTypeSourceInfoForDeclarator()
5173 CurrTL = TL.getNextTypeLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()
5175 DeclaratorLocFiller(Context, D.getTypeObject(i)).Visit(CurrTL); in GetTypeSourceInfoForDeclarator()
[all …]