OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExplicitArgs
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
TemplateDeduction.h
58
unsigned
ExplicitArgs
= 0;
75
ExplicitArgs
(Info.
ExplicitArgs
) {}
91
return
ExplicitArgs
;
125
ExplicitArgs
= Deduced->size();
Template.h
434
/// \param
ExplicitArgs
The explicitly-specified template arguments provided
440
const TemplateArgument *
ExplicitArgs
,
456
getPartiallySubstitutedPack(const TemplateArgument **
ExplicitArgs
= nullptr,
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiate.cpp
3674
const TemplateArgument *
ExplicitArgs
,
3682
ArgsInPartiallySubstitutedPack =
ExplicitArgs
;
3687
const TemplateArgument **
ExplicitArgs
,
3689
if (
ExplicitArgs
)
3690
*
ExplicitArgs
= nullptr;
3697
if (
ExplicitArgs
)
3698
*
ExplicitArgs
= Current->ArgsInPartiallySubstitutedPack;
SemaTemplateInstantiateDecl.cpp
2088
TemplateArgumentListInfo
ExplicitArgs
(Info->getLAngleLoc(),
2091
ExplicitArgs
, TemplateArgs))
2105
&
ExplicitArgs
,
2116
TemplateArgumentListInfo
ExplicitArgs
(Info->getLAngleLoc(),
2119
ExplicitArgs
, TemplateArgs))
2123
&
ExplicitArgs
,
2434
TemplateArgumentListInfo
ExplicitArgs
(Info->getLAngleLoc(),
2437
ExplicitArgs
, TemplateArgs))
2451
&
ExplicitArgs
,
2461
TemplateArgumentListInfo
ExplicitArgs
(Info->getLAngleLoc()
[
all
...]
SemaExpr.cpp
1895
TemplateArgumentListInfo
ExplicitArgs
;
1898
ExplicitArgs
.addArgument(TemplateArgumentLoc(Arg, ArgInfo));
1900
&
ExplicitArgs
);
1904
TemplateArgumentListInfo
ExplicitArgs
;
1912
ExplicitArgs
.addArgument(TemplateArgumentLoc(TypeArg, TypeArgInfo));
1918
ExplicitArgs
.addArgument(TemplateArgumentLoc(Arg, ArgInfo));
1921
&
ExplicitArgs
);
3753
TemplateArgumentListInfo
ExplicitArgs
;
3761
ExplicitArgs
.addArgument(TemplateArgumentLoc(Arg, ArgInfo));
3764
&
ExplicitArgs
);
[
all
...]
Completed in 37 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026