Home | History | Annotate | Download | only in AST

Lines Matching defs:SPE

3480     auto *SPE = cast<SizeOfPackExpr>(E);
3481 if (SPE->isPartiallySubstituted()) {
3483 for (const auto &A : SPE->getPartialArguments())
3490 const NamedDecl *Pack = SPE->getPack();