HomeSort by: relevance | last modified time | path
    Searched refs:ExpansionTL (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 5595 PackExpansionTypeLoc ExpansionTL = TL.castAs<PackExpansionTypeLoc>();
5596 TypeLoc Pattern = ExpansionTL.getPatternLoc();
5604 OrigNumExpansions = ExpansionTL.getTypePtr()->getNumExpansions();
5606 if (getDerived().TryExpandParameterPacks(ExpansionTL.getEllipsisLoc(),
12089 PackExpansionTypeLoc ExpansionTL = FromTL.castAs<PackExpansionTypeLoc>();
12090 TypeLoc PatternTL = ExpansionTL.getPatternLoc();
12099 ExpansionTL.getTypePtr()->getNumExpansions();
12101 if (getDerived().TryExpandParameterPacks(ExpansionTL.getEllipsisLoc(),
12123 ExpansionTL.getEllipsisLoc(),
12130 ToExpansionTL.setEllipsisLoc(ExpansionTL.getEllipsisLoc())
    [all...]
SemaTemplateInstantiate.cpp 2321 if (PackExpansionTypeLoc ExpansionTL = OldTL.getAs<PackExpansionTypeLoc>()) {
2325 NewDI = SubstType(ExpansionTL.getPatternLoc(), TemplateArgs,
2334 NewDI = CheckPackExpansion(NewDI, ExpansionTL.getEllipsisLoc(),

Completed in 40 milliseconds