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

/external/clang/include/clang/AST/
H A DType.h3429 class SubstTemplateTypeParmType : public Type, public llvm::FoldingSetNode { class in class:clang::FunctionType::ExtInfo::FunctionProtoType
3433 SubstTemplateTypeParmType(const TemplateTypeParmType *Param, QualType Canon) function in class:clang::FunctionType::ExtInfo::FunctionProtoType::SubstTemplateTypeParmType
3470 static bool classof(const SubstTemplateTypeParmType *T) { return true; }
3483 /// arguments), this type will be replaced with the \c SubstTemplateTypeParmType

Completed in 83 milliseconds