Home
last modified time | relevance | path

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

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