OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsParameterPack
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplate.cpp
1041
bool
IsParameterPack
= EllipsisLoc.isValid();
1045
ParamName, Typename,
IsParameterPack
,
1049
if (Param->
isParameterPack
())
1064
if (DefaultArg &&
IsParameterPack
) {
1547
bool
IsParameterPack
= D.hasEllipsis();
1550
D.getIdentifierLoc(), Depth, Position, ParamName, T,
IsParameterPack
,
1562
if (Param->
isParameterPack
())
1578
if (Default &&
IsParameterPack
) {
1621
bool
IsParameterPack
= EllipsisLoc.isValid();
1625
Depth, Position,
IsParameterPack
,
[
all
...]
SemaType.cpp
3196
const bool
IsParameterPack
= D.hasEllipsis();
3212
IsParameterPack
, /*HasTypeConstraint=*/Auto->isConstrained());
Completed in 34 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026