OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TemplateKind
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
ParsedTemplate.h
202
ParsedTemplateTy OpaqueTemplateName, TemplateNameKind
TemplateKind
,
209
OperatorKind, OpaqueTemplateName,
TemplateKind
,
243
TemplateNameKind
TemplateKind
,
249
Kind(
TemplateKind
), LAngleLoc(LAngleLoc), RAngleLoc(RAngleLoc),
/src/external/apache2/llvm/dist/clang/lib/AST/
Comment.cpp
209
TemplateKind
= NotTemplate;
239
TemplateKind
= TemplateSpecialization;
265
TemplateKind
= Template;
275
TemplateKind
= Template;
283
TemplateKind
= TemplatePartialSpecialization;
289
TemplateKind
= TemplateSpecialization;
345
TemplateKind
= Template;
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Comment.h
1064
unsigned
TemplateKind
: 2;
1086
return static_cast<TemplateDeclKind>(
TemplateKind
);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplate.cpp
259
TemplateNameKind
TemplateKind
;
266
TemplateKind
= TNK_Function_template;
293
TemplateKind
= TNK_Function_template;
301
TemplateKind
=
309
return
TemplateKind
;
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.cpp
2299
auto
TemplateKind
= CXXDecl->getTemplateSpecializationKind();
2300
if (
TemplateKind
!= TSK_Undeclared) {
2311
return
TemplateKind
== TSK_ExplicitInstantiationDeclaration;
Completed in 36 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026