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.cpp6262 UnqualTypeLoc CurrTL = TInfo->getTypeLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator() local
6266 CurrTL.castAs<PackExpansionTypeLoc>().setEllipsisLoc(D.getEllipsisLoc()); in GetTypeSourceInfoForDeclarator()
6267 CurrTL = CurrTL.getNextTypeLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()
6273 if (CurrTL.getTypeLocClass() == TypeLoc::IncompleteArray && e != 1 && in GetTypeSourceInfoForDeclarator()
6279 if (AtomicTypeLoc ATL = CurrTL.getAs<AtomicTypeLoc>()) { in GetTypeSourceInfoForDeclarator()
6281 CurrTL = ATL.getValueLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()
6286 switch (CurrTL.getTypeLocClass()) { in GetTypeSourceInfoForDeclarator()
6288 auto TL = CurrTL.castAs<MacroQualifiedTypeLoc>(); in GetTypeSourceInfoForDeclarator()
6291 CurrTL = TL.getNextTypeLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()
6296 auto TL = CurrTL.castAs<AttributedTypeLoc>(); in GetTypeSourceInfoForDeclarator()
[all …]