/external/clang/lib/Sema/ |
SemaTemplateVariadic.cpp | 82 if (TemplateTemplateParmDecl *TTP 85 if (TTP->isParameterPack()) 86 Unexpanded.push_back(std::make_pair(TTP, SourceLocation())); 227 if (const TemplateTypeParmType *TTP 229 Name = TTP->getIdentifier(); 519 if (TemplateTypeParmDecl *TTP = dyn_cast<TemplateTypeParmDecl>(ND)) 520 return std::make_pair(TTP->getDepth(), TTP->getIndex()); 525 TemplateTemplateParmDecl *TTP = cast<TemplateTemplateParmDecl>(ND); 526 return std::make_pair(TTP->getDepth(), TTP->getIndex()) [all...] |
SemaTemplateInstantiate.cpp | 89 if (TemplateTemplateParmDecl *TTP 91 for (unsigned I = 0, N = TTP->getDepth() + 1; I != N; ++I) 711 if (TemplateTypeParmDecl *TTP = dyn_cast<TemplateTypeParmDecl>(ND)) 712 return std::make_pair(TTP->getDepth(), TTP->getIndex()); 717 TemplateTemplateParmDecl *TTP = cast<TemplateTemplateParmDecl>(ND); 718 return std::make_pair(TTP->getDepth(), TTP->getIndex()); [all...] |
SemaTemplateDeduction.cpp | 553 if (TemplateTypeParmDecl *TTP = dyn_cast<TemplateTypeParmDecl>(ND)) 554 return std::make_pair(TTP->getDepth(), TTP->getIndex()); 559 TemplateTemplateParmDecl *TTP = cast<TemplateTemplateParmDecl>(ND); 560 return std::make_pair(TTP->getDepth(), TTP->getIndex()); 566 if (const TemplateTypeParmType *TTP 568 return std::make_pair(TTP->getDepth(), TTP->getIndex()); 576 if (TemplateTypeParmDecl *TTP = dyn_cast<TemplateTypeParmDecl>(D) [all...] |
SemaTemplate.cpp | [all...] |
SemaCodeComplete.cpp | [all...] |
SemaTemplateInstantiateDecl.cpp | [all...] |
SemaOverload.cpp | [all...] |
/external/clang/lib/AST/ |
TemplateName.cpp | 113 if (TemplateTemplateParmDecl *TTP 115 return TTP->isParameterPack();
|
DeclTemplate.cpp | 46 if (TemplateTemplateParmDecl *TTP = dyn_cast<TemplateTemplateParmDecl>(P)) 47 if (TTP->getTemplateParameters()->containsUnexpandedParameterPack()) 84 if (TemplateTypeParmDecl *TTP = dyn_cast<TemplateTypeParmDecl>(*P)) { 85 if (TTP->hasDefaultArgument()) 105 if (const TemplateTypeParmDecl *TTP 107 return TTP->getDepth(); 122 if (TemplateTemplateParmDecl *TTP = dyn_cast<TemplateTemplateParmDecl>(*P)) 123 AdoptTemplateParameterList(TTP->getTemplateParameters(), Owner); 184 if (TemplateTypeParmDecl *TTP = dyn_cast<TemplateTypeParmDecl>(*Param)) { 185 QualType ArgType = Context.getTypeDeclType(TTP); [all...] |
Comment.cpp | 308 if (const TemplateTemplateParmDecl *TTP = 310 TPL = TTP->getTemplateParameters();
|
DeclPrinter.cpp | 819 if (const TemplateTypeParmDecl *TTP = 822 if (TTP->wasDeclaredWithTypename()) 827 if (TTP->isParameterPack()) 830 Out << *TTP; 835 } else if (TTP->hasDefaultArgument()) { 837 Out << TTP->getDefaultArgument().getAsString(Policy); 871 if (const TemplateTemplateParmDecl *TTP = 874 if (TTP->isParameterPack()) [all...] |
StmtProfile.cpp | 1166 if (const TemplateTypeParmDecl *TTP = 1168 ID.AddInteger(TTP->getDepth()); 1169 ID.AddInteger(TTP->getIndex()); 1170 ID.AddBoolean(TTP->isParameterPack()); 1174 if (const TemplateTemplateParmDecl *TTP = 1176 ID.AddInteger(TTP->getDepth()); 1177 ID.AddInteger(TTP->getIndex()); 1178 ID.AddBoolean(TTP->isParameterPack()); [all...] |
CommentSema.cpp | [all...] |
DeclBase.cpp | 138 if (const TemplateTypeParmDecl *TTP = dyn_cast<TemplateTypeParmDecl>(this)) 139 return TTP->isParameterPack(); 143 if (const TemplateTemplateParmDecl *TTP 145 return TTP->isParameterPack(); [all...] |
ItaniumMangle.cpp | 648 if (const TemplateTemplateParmDecl *TTP 650 mangleTemplateParameter(TTP->getIndex()); [all...] |
ASTContext.cpp | 543 if (TemplateTypeParmDecl *TTP = dyn_cast<TemplateTypeParmDecl>(*P)) { 545 ID.AddBoolean(TTP->isParameterPack()); 565 TemplateTemplateParmDecl *TTP = cast<TemplateTemplateParmDecl>(*P); 567 Profile(ID, TTP); 573 TemplateTemplateParmDecl *TTP) const { 576 CanonicalTemplateTemplateParm::Profile(ID, TTP); 584 TemplateParameterList *Params = TTP->getTemplateParameters(); 590 if (TemplateTypeParmDecl *TTP = dyn_cast<TemplateTypeParmDecl>(*P)) 595 TTP->getDepth(), 596 TTP->getIndex(), 0, false [all...] |
Decl.cpp | 266 TemplateTemplateParmDecl *TTP = cast<TemplateTemplateParmDecl>(*P); 269 if (!TTP->isExpandedParameterPack()) { 270 LV.merge(getLVForTemplateParameterList(TTP->getTemplateParameters(), 276 for (unsigned i = 0, n = TTP->getNumExpansionTemplateParameters(); 279 TTP->getExpansionTemplateParameters(i), computation)); [all...] |
/external/clang/test/SemaCXX/ |
nested-name-spec-locations.cpp | 132 template<template<class T> class TTP>
|
/external/clang/test/SemaTemplate/ |
member-function-template.cpp | 79 namespace TTP {
|
/external/clang/tools/libclang/ |
CIndexUSRs.cpp | 661 if (const TemplateTypeParmType *TTP = T->getAs<TemplateTypeParmType>()) { 662 Out << 't' << TTP->getDepth() << '.' << TTP->getIndex(); 705 TemplateTemplateParmDecl *TTP = cast<TemplateTemplateParmDecl>(*P); 706 if (TTP->isParameterPack()) 709 VisitTemplateParameterList(TTP->getTemplateParameters()); 715 if (TemplateTemplateParmDecl *TTP 717 Out << 't' << TTP->getDepth() << '.' << TTP->getIndex();
|
CIndex.cpp | [all...] |
/external/srec/srec/Vocabulary/src/ |
VocabularyImpl.c | 86 /* data_file: en-US-ttp.data */ 406 reassemble the parts and pass the whole thing to TTP 408 build the pron by concat of TTP pron and dictionary pron for individual parts 483 reassemble and get the TTP pron for the whole thing */ 504 quote, and use the TTP to find out what single phoneme should
|
/external/clang/include/clang/AST/ |
ASTContext.h | 193 getCanonicalTemplateTemplateParmDecl(TemplateTemplateParmDecl *TTP) const; [all...] |
/external/clang/lib/CodeGen/ |
CGDebugInfo.cpp | [all...] |
/external/chromium_org/net/quic/crypto/ |
common_cert_set_51_100.inc | [all...] |