Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td769 /*ExpectPackInType*/false);
H A DASTContext.h1676 bool ExpectPackInType = true);
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp5217 bool ExpectPackInType) { in getPackExpansionType() argument
5218 assert((!ExpectPackInType || Pattern->containsUnexpandedParameterPack()) && in getPackExpansionType()