Home
last modified time | relevance | path

Searched refs:ExpectPackInType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td816 /*ExpectPackInType*/false);
H A DASTContext.h1738 bool ExpectPackInType = true);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp5627 bool ExpectPackInType) { in getPackExpansionType() argument
5628 assert((!ExpectPackInType || Pattern->containsUnexpandedParameterPack()) && in getPackExpansionType()