Searched defs:getExpandedPackSize (Results 1 - 1 of 1) sorted by path

/external/clang/lib/Sema/
H A DSemaTemplate.cpp3621 static Optional<unsigned> getExpandedPackSize(NamedDecl *Param) { function
3662 if (Optional<unsigned> Expansions = getExpandedPackSize(*Param)) {
3699 !getExpandedPackSize(*Param))) {
3731 !getExpandedPackSize(*Param);
3777 assert(!getExpandedPackSize(*Param) &&

Completed in 260 milliseconds