Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DTypeProperties.td765 /*ExpectPackInType*/false);
H A DASTContext.h1657 bool ExpectPackInType = true);
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp5232 bool ExpectPackInType) { in getPackExpansionType() argument
5233 assert((!ExpectPackInType || Pattern->containsUnexpandedParameterPack()) && in getPackExpansionType()