Searched defs:TemplateTypeParmType (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaTemplate.cpp1516 bool VisitTemplateTypeParmType(const TemplateTypeParmType *T) {
2337 const TemplateTypeParmType *TPT =
2338 Arg.getAsType()->getAs<TemplateTypeParmType>();
4043 const TemplateTypeParmType*) {
4042 VisitTemplateTypeParmType( const TemplateTypeParmType*) argument
/external/clang/include/clang/AST/
H A DType.h3476 class TemplateTypeParmType : public Type, public llvm::FoldingSetNode { class in class:clang::FunctionType::ExtInfo::FunctionProtoType
3492 TemplateTypeParmType(TemplateTypeParmDecl *TTPDecl, QualType Canon) function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TemplateTypeParmType
3500 TemplateTypeParmType(unsigned D, unsigned I, bool PP) function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TemplateTypeParmType
3514 return Can->castAs<TemplateTypeParmType>()->CanTTPTInfo;
3558 const TemplateTypeParmType *Replaced;
3560 SubstTemplateTypeParmType(const TemplateTypeParmType *Param, QualType Canon)
3571 const TemplateTypeParmType *getReplacedParameter() const {
3588 const TemplateTypeParmType *Replaced,
3613 const TemplateTypeParmType *Replaced;
3622 SubstTemplateTypeParmPackType(const TemplateTypeParmType *Para
[all...]

Completed in 153 milliseconds