Home
last modified time | relevance | path

Searched defs:hasParameterPack (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h375 bool hasParameterPack() const { return static_cast<bool>(packed_args); } hasParameterPack() function
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h171 bool hasParameterPack() const { hasParameterPack() function