OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TTPDecl
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclTemplate.cpp
623
auto *
TTPDecl
=
628
QualType TTPType = C.getTemplateTypeParmType(D, P, ParameterPack,
TTPDecl
);
629
TTPDecl
->setTypeForDecl(TTPType.getTypePtr());
630
return
TTPDecl
;
ASTContext.cpp
4644
TemplateTypeParmDecl *
TTPDecl
) const {
4646
TemplateTypeParmType::Profile(ID, Depth, Index, ParameterPack,
TTPDecl
);
4654
if (
TTPDecl
) {
4656
TypeParm = new (*this, TypeAlignment) TemplateTypeParmType(
TTPDecl
, Canon);
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h
4782
TemplateTypeParmDecl *
TTPDecl
;
4786
TemplateTypeParmType(TemplateTypeParmDecl *
TTPDecl
, QualType Canon)
4790
TTPDecl
(
TTPDecl
) {}
4813
return isCanonicalUnqualified() ? nullptr :
TTPDecl
;
4827
TemplateTypeParmDecl *
TTPDecl
) {
4831
ID.AddPointer(
TTPDecl
);
Completed in 28 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026