Searched refs:getExpandedPackSize (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplate.cpp3536 static Optional<unsigned> getExpandedPackSize(NamedDecl *Param) { function
3581 if (Optional<unsigned> Expansions = getExpandedPackSize(*Param)) {
3636 !getExpandedPackSize(*Param);
3685 assert(!getExpandedPackSize(*Param) &&

Completed in 55 milliseconds