OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TemplateDecl
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclTemplate.cpp
218
//
TemplateDecl
Implementation
221
TemplateDecl
::
TemplateDecl
(Kind DK, DeclContext *DC, SourceLocation L,
226
void
TemplateDecl
::anchor() {}
228
void
TemplateDecl
::
236
bool
TemplateDecl
::hasAssociatedConstraints() const {
793
:
TemplateDecl
(TemplateTemplateParm, DC, L, Id, Params),
1452
:
TemplateDecl
(BuiltinTemplate, DC, SourceLocation(), Name,
/src/external/apache2/llvm/dist/clang/tools/libclang/
CXType.cpp
184
const auto *
TemplateDecl
=
186
if (
TemplateDecl
)
187
return
TemplateDecl
->getTemplateArgs().asArray();
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclTemplate.h
52
class
TemplateDecl
;
67
/// Stores a list of template parameters for a
TemplateDecl
and its
211
/// requires-clause (if any) for a
TemplateDecl
and its derived classes.
397
/// The
TemplateDecl
class stores the list of template parameters and a
399
class
TemplateDecl
: public NamedDecl {
404
TemplateDecl
(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name,
409
TemplateDecl
(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name,
411
:
TemplateDecl
(DK, DC, L, Name, Params, nullptr) {}
748
class RedeclarableTemplateDecl : public
TemplateDecl
,
851
:
TemplateDecl
(DK, DC, L, Name, Params, Decl), redeclarable_base(C) {
[
all
...]
Completed in 21 milliseconds
Indexes created Thu Jul 16 00:26:27 UTC 2026