Searched defs:TryExpandParameterPacks (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp676 bool TryExpandParameterPacks(SourceLocation EllipsisLoc, function in class:__anon18104::TemplateInstantiator
H A DTreeTransform.h252 bool TryExpandParameterPacks(SourceLocation EllipsisLoc, function in class:clang::TreeTransform
2926 if (getDerived().TryExpandParameterPacks(Expansion->getEllipsisLoc(),
3477 if (getDerived().TryExpandParameterPacks(Ellipsis,
4311 if (getDerived().TryExpandParameterPacks(ExpansionTL.getEllipsisLoc(),
4403 if (getDerived().TryExpandParameterPacks(Loc, SourceRange(),
8296 if (getDerived().TryExpandParameterPacks(ExpansionTL.getEllipsisLoc(),
8830 if (getDerived().TryExpandParameterPacks(C->getEllipsisLoc(),
9171 // Note: None of the implementations of TryExpandParameterPacks can ever
9178 if (getDerived().TryExpandParameterPacks(E->getOperatorLoc(), E->getPackLoc(),
9309 if (getDerived().TryExpandParameterPacks(OrigElemen
[all...]

Completed in 216 milliseconds