Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td730 /*ExpectPackInType*/false);
H A DASTContext.h1599 bool ExpectPackInType = true);
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp5024 bool ExpectPackInType) { in getPackExpansionType() argument
5025 assert((!ExpectPackInType || Pattern->containsUnexpandedParameterPack()) && in getPackExpansionType()