Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaType.cpp6213 UnqualTypeLoc CurrTL = TInfo->getTypeLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator() local
6217 CurrTL.castAs<PackExpansionTypeLoc>().setEllipsisLoc(D.getEllipsisLoc()); in GetTypeSourceInfoForDeclarator()
6218 CurrTL = CurrTL.getNextTypeLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()
6224 if (AtomicTypeLoc ATL = CurrTL.getAs<AtomicTypeLoc>()) { in GetTypeSourceInfoForDeclarator()
6226 CurrTL = ATL.getValueLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()
6229 while (MacroQualifiedTypeLoc TL = CurrTL.getAs<MacroQualifiedTypeLoc>()) { in GetTypeSourceInfoForDeclarator()
6232 CurrTL = TL.getNextTypeLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()
6235 while (AttributedTypeLoc TL = CurrTL.getAs<AttributedTypeLoc>()) { in GetTypeSourceInfoForDeclarator()
6237 CurrTL = TL.getNextTypeLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()
6241 CurrTL.getAs<DependentAddressSpaceTypeLoc>()) { in GetTypeSourceInfoForDeclarator()
[all …]
/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 …]