Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp6244 UnqualTypeLoc CurrTL = TInfo->getTypeLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator() local
6248 CurrTL.castAs<PackExpansionTypeLoc>().setEllipsisLoc(D.getEllipsisLoc()); in GetTypeSourceInfoForDeclarator()
6249 CurrTL = CurrTL.getNextTypeLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()
6255 if (CurrTL.getTypeLocClass() == TypeLoc::IncompleteArray && e != 1 && in GetTypeSourceInfoForDeclarator()
6261 if (AtomicTypeLoc ATL = CurrTL.getAs<AtomicTypeLoc>()) { in GetTypeSourceInfoForDeclarator()
6263 CurrTL = ATL.getValueLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()
6268 switch (CurrTL.getTypeLocClass()) { in GetTypeSourceInfoForDeclarator()
6270 auto TL = CurrTL.castAs<MacroQualifiedTypeLoc>(); in GetTypeSourceInfoForDeclarator()
6273 CurrTL = TL.getNextTypeLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()
6278 auto TL = CurrTL.castAs<AttributedTypeLoc>(); in GetTypeSourceInfoForDeclarator()
[all …]